Skip to content

Commit cf4c969

Browse files
authored
Merge pull request #156 from cphyc/bump-version
2 parents e033a40 + e1531f8 commit cf4c969

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55
files = setup.cfg labellines/__init__.py Readme.md

Diff for: Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matplotlib-label-lines
22
[![Build status](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml/badge.svg)](https://github.com/cphyc/matplotlib-label-lines/actions/workflows/pytest.yml)
3-
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.6.0)](https://pypi.org/project/matplotlib-label-lines/)
3+
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.7.0)](https://pypi.org/project/matplotlib-label-lines/)
44
[![PyPI](https://img.shields.io/pypi/v/matplotlib-label-lines)](https://pypi.org/project/matplotlib-label-lines)
55
[![codecov](https://codecov.io/gh/cphyc/matplotlib-label-lines/branch/master/graph/badge.svg)](https://codecov.io/gh/cphyc/matplotlib-label-lines)
66

Diff for: labellines/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .core import labelLine, labelLines
22

33
__all__ = ["labelLine", "labelLines"]
4-
__version__ = "0.6.0"
4+
__version__ = "0.7.0"

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = matplotlib_label_lines
3-
version = 0.6.0
3+
version = 0.7.0
44
description = Label lines in matplotlib.
55
long_description = file: Readme.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)