From 80c1597c5bd5a191eab8fd902a927873947e50fd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 10 Aug 2023 11:15:46 +0000 Subject: [PATCH] bump version 0.2.7 -> 0.2.8 --- pyproject.toml | 4 ++-- src/OptiHPLCHandler/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 801ebb2..6895f38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Opti_HPLC_Handler" -version = "0.2.7" +version = "0.2.8" description = "Simplified proxy API for interacting with the Waters Empower Web API." readme = "README.md" requires-python = ">=3.8" @@ -85,7 +85,7 @@ pythonpath = [ ] [tool.bumpver] -current_version = "0.2.7" +current_version = "0.2.8" 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 7afb0fe..7bb9a9c 100644 --- a/src/OptiHPLCHandler/__init__.py +++ b/src/OptiHPLCHandler/__init__.py @@ -2,6 +2,6 @@ from .empower_api_core import EmpowerConnection from .empower_handler import EmpowerHandler -__version__ = "0.2.7" +__version__ = "0.2.8" __all__ = ["DataField", "EmpowerConnection", "EmpowerHandler", "HPLCSetup", "Sample"]