Skip to content

Commit

Permalink
bump version to v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Oct 2, 2023
1 parent c709a6d commit 248a008
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.8.6
cff-version: 1.8.7
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.8.6
version: 1.8.7
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.8.6"
__version__ = "1.8.7"

from . import (
_auxiliary_lib,
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.8.6"
return "1.8.7"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ keywords = [
"hstrat",
]
requires-python = ">=3.8"
version = "1.8.6"
version = "1.8.7"

[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.8.6"
current_version = "v1.8.7"
version_pattern = "vMAJOR.MINOR.PATCH"
commit = True
tag = True
Expand Down

0 comments on commit 248a008

Please sign in to comment.