Skip to content

Commit

Permalink
bump version 3.4.0 -> 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 19, 2024
1 parent 072cd3e commit 084a5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0"
release = "3.4.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
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 = "3.4.0"
version = "3.4.1"
description = "SDK for interacting with the Waters Empower Web API."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -97,7 +97,7 @@ pythonpath = [
]

[tool.bumpver]
current_version = "3.4.0"
current_version = "3.4.1"
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 @@ -4,7 +4,7 @@
from .empower_module_method import EmpowerModuleMethod
from .utils.data_types import DataField, HPLCSetup, Sample

__version__ = "3.4.0"
__version__ = "3.4.1"

__all__ = [
"DataField",
Expand Down

0 comments on commit 084a5f1

Please sign in to comment.