From 10b8b263c7c9930565b60e32eea16c3f84e3c0d4 Mon Sep 17 00:00:00 2001 From: Stefano Simonelli <16114781+s-simoncelli@users.noreply.github.com> Date: Sat, 17 Feb 2024 14:44:55 +0000 Subject: [PATCH] bump version 2.0.3 -> 2.1.0 --- 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 17becc8..450738e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/pywr_editor/__init__.py b/pywr_editor/__init__.py index c345bd9..735f32b 100644 --- a/pywr_editor/__init__.py +++ b/pywr_editor/__init__.py @@ -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 diff --git a/windows_setup.iss b/windows_setup.iss index f99e679..c10f434 100644 --- a/windows_setup.iss +++ b/windows_setup.iss @@ -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"