Skip to content

Commit

Permalink
bump version 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 29, 2023
1 parent 533d1dd commit 695c611
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.6.1"
version = "0.6.2"
description = "Simplified proxy API for interacting with the Waters Empower Web API."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -87,7 +87,7 @@ pythonpath = [
]

[tool.bumpver]
current_version = "0.6.1"
current_version = "0.6.2"
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.6.1"
__version__ = "0.6.2"

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

0 comments on commit 695c611

Please sign in to comment.