File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " parallelplot"
9- version = " 0.6.4 "
9+ version = " 0.6.5 "
1010description = " Plotting smooth parallel plots"
1111readme = " README.md"
1212authors = [{
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 "
3636version_pattern = ' MAJOR.MINOR.PATCH[PYTAGNUM]'
3737commit_message = " Bump version {old_version} -> {new_version}"
3838tag_message = " {new_version}"
Original file line number Diff line number Diff line change 1- __version__ = "0.6.4 "
1+ __version__ = "0.6.5 "
You can’t perform that action at this time.
0 commit comments