File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6 .0
2
+ current_version = 0.7 .0
3
3
commit = True
4
4
tag = True
5
5
files = setup.cfg labellines/__init__.py Readme.md
Original file line number Diff line number Diff line change 1
1
# matplotlib-label-lines
2
2
[ ![ 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/ )
4
4
[ ![ PyPI] ( https://img.shields.io/pypi/v/matplotlib-label-lines )] ( https://pypi.org/project/matplotlib-label-lines )
5
5
[ ![ codecov] ( https://codecov.io/gh/cphyc/matplotlib-label-lines/branch/master/graph/badge.svg )] ( https://codecov.io/gh/cphyc/matplotlib-label-lines )
6
6
Original file line number Diff line number Diff line change 1
1
from .core import labelLine , labelLines
2
2
3
3
__all__ = ["labelLine" , "labelLines" ]
4
- __version__ = "0.6 .0"
4
+ __version__ = "0.7 .0"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = matplotlib_label_lines
3
- version = 0.6 .0
3
+ version = 0.7 .0
4
4
description = Label lines in matplotlib.
5
5
long_description = file: Readme.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments