Skip to content

Commit

Permalink
bump version 0.2.8 -> 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 11, 2023
1 parent 9401a47 commit fc59e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Opti_HPLC_Handler"
version = "0.2.8"
version = "0.2.9"
description = "Simplified proxy API for interacting with the Waters Empower Web API."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -85,7 +85,7 @@ pythonpath = [
]

[tool.bumpver]
current_version = "0.2.8"
current_version = "0.2.9"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/OptiHPLCHandler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .empower_api_core import EmpowerConnection
from .empower_handler import EmpowerHandler

__version__ = "0.2.8"
__version__ = "0.2.9"

__all__ = ["DataField", "EmpowerConnection", "EmpowerHandler", "HPLCSetup", "Sample"]

0 comments on commit fc59e94

Please sign in to comment.