diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ab501c75..89740050 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.2 +current_version = 0.18.0 commit = True tag = True tag_name = {new_version} diff --git a/pyproject.toml b/pyproject.toml index 58bf0660..5b20620e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anchorpy" -version = "0.17.2" +version = "0.18.0" 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 8b0ba70a..9f4a0593 100644 --- a/src/anchorpy/__init__.py +++ b/src/anchorpy/__init__.py @@ -49,4 +49,4 @@ ] -__version__ = "0.17.2" +__version__ = "0.18.0"