Skip to content

Commit 4a63778

Browse files
committed
Bump version 0.5.0 -> 0.6.0
1 parent 425e3dd commit 4a63778

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "parallelplot"
9-
version = "0.5.0"
9+
version = "0.6.0"
1010
description = "Plotting smooth parallel plots"
1111
readme = "README.md"
1212
authors = [{ name = "Tommy Markstein", email = "parallelplot@markste.in" }]
@@ -32,7 +32,7 @@ Homepage = "https://github.com/markste-in/parallelplot"
3232
#[project.scripts]
3333
#parallelplot = "ssplot.__main__:main"
3434
[tool.bumpver]
35-
current_version = "0.5.0"
35+
current_version = "0.6.0"
3636
version_pattern = 'MAJOR.MINOR.PATCH[PYTAGNUM]'
3737
commit_message = "Bump version {old_version} -> {new_version}"
3838
tag_message = "{new_version}"

src/parallelplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)