diff --git a/CITATION.cff b/CITATION.cff index 722e566de..a06a39728 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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: diff --git a/hstrat/__init__.py b/hstrat/__init__.py index ad7d5cffc..dad4aa8d6 100644 --- a/hstrat/__init__.py +++ b/hstrat/__init__.py @@ -2,7 +2,7 @@ __author__ = """Matthew Andres Moreno""" __email__ = "m.more500@gmail.com" -__version__ = "1.0.6" +__version__ = "1.1.0" from . import ( _auxiliary_lib, diff --git a/pyproject.toml b/pyproject.toml index 73d3df9d4..ef0560f22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.cfg b/setup.cfg index d70c32506..c71d342fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.1.0 commit = True tag = True @@ -26,3 +26,4 @@ test = pytest [tool:pytest] collect_ignore = ['setup.py'] +