Skip to content

Commit 6bbe9b4

Browse files
committed
Bump version 0.6.4 -> 0.6.5
1 parent 5535c8f commit 6bbe9b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.6.4"
9+
version = "0.6.5"
1010
description = "Plotting smooth parallel plots"
1111
readme = "README.md"
1212
authors = [{ name = "Tommy Markstein", email = "[email protected]" }]
@@ -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.6.4"
35+
current_version = "0.6.5"
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.6.4"
1+
__version__ = "0.6.5"

0 commit comments

Comments
 (0)