Skip to content

Commit

Permalink
bump version 2.0.3 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Feb 17, 2024
1 parent 4cb5902 commit 10b8b26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ required_plugins = ["pytest-qt"]
qt_api = "pyside6"

[tool.bumpver]
current_version = "2.0.3"
current_version = "2.1.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
4 changes: 2 additions & 2 deletions pywr_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.3"
__build_date__ = "2023-8-19"
__version__ = "2.1.0"
__build_date__ = "2024-2-17"
from .main_window import MainWindow
from .app import app
2 changes: 1 addition & 1 deletion windows_setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Pywr editor"
#define MyAppVersion "2.0.3"
#define MyAppVersion "2.1.0"
#define MyAppPublisher "Stefano Simoncelli"
#define MyAppURL "https://github.com/pywr-editor/editor"
#define MyAppExeName "Pywr Editor.exe"
Expand Down

0 comments on commit 10b8b26

Please sign in to comment.