Skip to content

Commit

Permalink
bump version 2.1.5 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Hochhaus committed Aug 21, 2024
1 parent 7e28598 commit 8237220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
print('Error: config file path too long (more than 256 characters). Please move the install directory of the project to a shorter path. Otherwise, configparser cannot read the config file and the program does not work.')
config.read(config_file_path)

__version__ = "2.1.5"
__version__ = "2.2.0"
# style.use('ggplot')
style.use('seaborn-v0_8-colorblind')
dictBG = {
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpver]
current_version = "2.1.5"
current_version = "2.2.0"
version_pattern = 'MAJOR.MINOR.PATCH[PYTAGNUM]'
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 8237220

Please sign in to comment.