Skip to content

Commit 86dc7d8

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent fdefcb4 commit 86dc7d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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 = 2.1.0
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

src/kanka/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for python-kanka."""
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)