Skip to content

Commit 8d36e88

Browse files
committed
Bump version: 0.20.2 → 0.21.0
1 parent 5ea4328 commit 8d36e88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.2
2+
current_version = 0.21.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anchorpy"
3-
version = "0.20.2"
3+
version = "0.21.0"
44
description = "The Python Anchor client."
55
authors = [{ name = "kevinheavey", email = "kevinheavey123@gmail.com" }]
66
requires-python = "~=3.9"

src/anchorpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
else __all_core
6666
)
6767

68-
__version__ = "0.20.2"
68+
__version__ = "0.21.0"

0 commit comments

Comments
 (0)