From 0aa86d6b5d99541af28c8552b2a1d8f1f706e8c0 Mon Sep 17 00:00:00 2001 From: Kevin Heavey Date: Sun, 14 May 2023 20:56:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.0=20=E2=86=92=200.17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/anchorpy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"