Skip to content

Commit 62eb5a8

Browse files
committed
Bump version: 0.16.0 → 0.17.0
1 parent 2dfe148 commit 62eb5a8

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.16.0
2+
current_version = 0.17.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
[tool.poetry]
22
name = "anchorpy"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
description = "The Python Anchor client."
55
readme = "README.md"
66
repository = "https://github.com/kevinheavey/anchorpy"

src/anchorpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
]
5050

5151

52-
__version__ = "0.16.0"
52+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)