We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5535c8f commit 6bbe9b4Copy full SHA for 6bbe9b4
2 files changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "parallelplot"
9
-version = "0.6.4"
+version = "0.6.5"
10
description = "Plotting smooth parallel plots"
11
readme = "README.md"
12
authors = [{ name = "Tommy Markstein", email = "parallelplot@markste.in" }]
@@ -32,7 +32,7 @@ Homepage = "https://github.com/markste-in/parallelplot"
32
#[project.scripts]
33
#parallelplot = "ssplot.__main__:main"
34
[tool.bumpver]
35
-current_version = "0.6.4"
+current_version = "0.6.5"
36
version_pattern = 'MAJOR.MINOR.PATCH[PYTAGNUM]'
37
commit_message = "Bump version {old_version} -> {new_version}"
38
tag_message = "{new_version}"
src/parallelplot/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.6.4"
+__version__ = "0.6.5"
0 commit comments