Skip to content

Commit

Permalink
Bump version: 1.0.6 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 9, 2022
1 parent 996a5df commit dd43397
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
given-names: Charles
orcid: https://orcid.org/0000-0003-2924-1732
title: "hstrat"
version: 1.0.6
version: 1.1.0
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.0.6"
__version__ = "1.1.0"

from . import (
_auxiliary_lib,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ keywords = [
"hstrat",
]
requires-python = ">=3.7"
version = "1.0.6"
version = "1.1.0"

[project.urls]
homepage = "https://github.com/mmore500/hstrat"
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.6
current_version = 1.1.0
commit = True
tag = True

Expand All @@ -26,3 +26,4 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

0 comments on commit dd43397

Please sign in to comment.