diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b33c30ad..73f7f4bc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.0 +current_version = 0.20.1 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 5532753f..01ca453a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anchorpy" -version = "0.20.0" +version = "0.20.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 d222245b..e59388b1 100644 --- a/src/anchorpy/__init__.py +++ b/src/anchorpy/__init__.py @@ -67,4 +67,4 @@ else __all_core ) -__version__ = "0.20.0" +__version__ = "0.20.1"