We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea4328 commit 8d36e88Copy full SHA for 8d36e88
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.20.2
+current_version = 0.21.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "anchorpy"
-version = "0.20.2"
+version = "0.21.0"
description = "The Python Anchor client."
authors = [{ name = "kevinheavey", email = "kevinheavey123@gmail.com" }]
6
requires-python = "~=3.9"
src/anchorpy/__init__.py
@@ -65,4 +65,4 @@
65
else __all_core
66
)
67
68
-__version__ = "0.20.2"
+__version__ = "0.21.0"
0 commit comments