Skip to content

Commit d43a62b

Browse files
committed
Bump version: 0.5.2 → 0.6.0
1 parent 0025ef9 commit d43a62b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

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

Readme.md

Lines changed: 1 addition & 1 deletion
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.5.2)](https://pypi.org/project/matplotlib-label-lines/)
3+
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/matplotlib-label-lines/0.6.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

labellines/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.2"
4+
__version__ = "0.6.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = matplotlib_label_lines
3-
version = 0.5.2
3+
version = 0.6.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)