Skip to content

Commit

Permalink
bump version 1.5.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Mar 29, 2023
1 parent 295270f commit 5f09317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ required_plugins = ["pytest-qt"]
qt_api = "pyside6"

[tool.bumpver]
current_version = "1.5.0"
current_version = "1.5.1"
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__ = "1.5.0"
__build_date__ = "2023-3-27"
__version__ = "1.5.1"
__build_date__ = "2023-3-29"
from .main_window import MainWindow
from .app import app

0 comments on commit 5f09317

Please sign in to comment.