From 6863ad0a0322fc3b1acfbd035fae646e2bd3a900 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 May 2024 06:49:43 +0000 Subject: [PATCH] bump version 2.6.1 -> 2.7.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 7a34ad4..c4a12a5 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 = "2.6.1" +release = "2.7.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index b2f3169..ecf1a44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Opti_HPLC_Handler" -version = "2.6.1" +version = "2.7.0" description = "Simplified proxy API for interacting with the Waters Empower Web API." readme = "README.md" requires-python = ">=3.8" @@ -94,7 +94,7 @@ pythonpath = [ ] [tool.bumpver] -current_version = "2.6.1" +current_version = "2.7.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 f040b52..1f5040b 100644 --- a/src/OptiHPLCHandler/__init__.py +++ b/src/OptiHPLCHandler/__init__.py @@ -4,7 +4,7 @@ from .empower_module_method import EmpowerModuleMethod from .utils.data_types import DataField, HPLCSetup, Sample -__version__ = "2.6.1" +__version__ = "2.7.0" __all__ = [ "DataField",