diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1fdd7d0..cbfc0fe7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.0 +current_version = 0.17.1 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 4084b688..0fc4b34a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anchorpy" -version = "0.17.0" +version = "0.17.1" description = "The Python Anchor client." readme = "README.md" repository = "https://github.com/kevinheavey/anchorpy" diff --git a/src/anchorpy/__init__.py b/src/anchorpy/__init__.py index 781cb13c..eec264af 100644 --- a/src/anchorpy/__init__.py +++ b/src/anchorpy/__init__.py @@ -49,4 +49,4 @@ ] -__version__ = "0.17.0" +__version__ = "0.17.1"