From d89d206af8ed52aae2c9eb20fd4fe277e23e75e3 Mon Sep 17 00:00:00 2001 From: Stefano Simonelli <16114781+s-simoncelli@users.noreply.github.com> Date: Sat, 19 Aug 2023 09:47:14 +0100 Subject: [PATCH] bump version 2.0.2 -> 2.0.3 --- pyproject.toml | 2 +- pywr_editor/__init__.py | 4 ++-- windows_setup.iss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a038e7..17becc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ required_plugins = ["pytest-qt"] qt_api = "pyside6" [tool.bumpver] -current_version = "2.0.2" +current_version = "2.0.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/pywr_editor/__init__.py b/pywr_editor/__init__.py index 85f75ce..c345bd9 100644 --- a/pywr_editor/__init__.py +++ b/pywr_editor/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.2" -__build_date__ = "2023-7-29" +__version__ = "2.0.3" +__build_date__ = "2023-8-19" from .main_window import MainWindow from .app import app diff --git a/windows_setup.iss b/windows_setup.iss index 1aad03d..41894ce 100644 --- a/windows_setup.iss +++ b/windows_setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pywr editor" -#define MyAppVersion "2.0.2" +#define MyAppVersion "2.0.3" #define MyAppPublisher "Stefano Simoncelli" #define MyAppURL "https://github.com/pywr-editor/editor" #define MyAppExeName "Pywr Editor.exe"