Skip to content

Commit

Permalink
bump version 1.4.2 -> 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Mar 25, 2023
1 parent 8d75c41 commit 09a7a44
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.4.2"
current_version = "1.4.3"
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.4.2"
__build_date__ = "2023-3-20"
__version__ = "1.4.3"
__build_date__ = "2023-3-25"
from .main_window import MainWindow
from .app import app

0 comments on commit 09a7a44

Please sign in to comment.