Skip to content

Commit

Permalink
bump version to v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 13, 2024
1 parent c12907d commit e8d7be0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cff-version: 1.14.0
cff-version: 1.14.1
message: "If you use this software, please cite it as below."
authors:
- family-names: Moreno
Expand All @@ -11,7 +11,7 @@ authors:
given-names: Charles
orcid: https://orcid.org/0000-0003-2924-1732
title: "hstrat"
version: 1.14.0
version: 1.14.1
preferred-citation:
type: article
authors:
Expand Down
2 changes: 1 addition & 1 deletion hstrat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Matthew Andres Moreno"""
__email__ = "[email protected]"
__version__ = "1.14.0"
__version__ = "1.14.1"


from ._auxiliary_lib import lazy_attach_stub
Expand Down
2 changes: 1 addition & 1 deletion hstrat/_auxiliary_lib/_get_hstrat_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def get_hstrat_version() -> str:
return "1.14.0"
return "1.14.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ keywords = [
"hstrat",
]
requires-python = ">=3.10"
version = "1.14.0"
version = "1.14.1"

[project.readme]
file = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "v1.14.0"
current_version = "v1.14.1"
version_pattern = "vMAJOR.MINOR.PATCH"
commit = True
tag = True
Expand Down

0 comments on commit e8d7be0

Please sign in to comment.