From 7a8b58df204c2275f659b836d3262b640c5d29a7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 19 Sep 2024 07:10:53 +0000 Subject: [PATCH] bump version 3.5.0 -> 3.6.0 --- conf.py | 2 +- pyproject.toml | 4 ++-- src/OptiHPLCHandler/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.py b/conf.py index b88869c..5b9f285 100644 --- a/conf.py +++ b/conf.py @@ -15,7 +15,7 @@ "2023, Søren Furbo, Samual Burnage, Erik Trygg, Jacob Kofoed, Søren Bertelsen" ) author = "Søren Furbo, Samual Burnage, Erik Trygg, Jacob Kofoed, Søren Bertelsen" -release = "3.5.0" +release = "3.6.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 2c07633..182e9bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Opti_HPLC_Handler" -version = "3.5.0" +version = "3.6.0" description = "SDK for interacting with the Waters Empower Web API." readme = "README.md" requires-python = ">=3.9" @@ -97,7 +97,7 @@ pythonpath = [ ] [tool.bumpver] -current_version = "3.5.0" +current_version = "3.6.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/src/OptiHPLCHandler/__init__.py b/src/OptiHPLCHandler/__init__.py index fba87c1..d35c689 100644 --- a/src/OptiHPLCHandler/__init__.py +++ b/src/OptiHPLCHandler/__init__.py @@ -3,7 +3,7 @@ from .empower_instrument_method import EmpowerInstrumentMethod from .empower_module_method import EmpowerModuleMethod -__version__ = "3.5.0" +__version__ = "3.6.0" __all__ = [ "EmpowerConnection",