Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit f46ce05

Browse files
committed
Bump version: 2.2.1 → 2.2.2
1 parent 7fce5fe commit f46ce05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 2.2.1
4+
current_version = 2.2.2
55

66
[bumpversion:file:authy/__init__.py]
77

authy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.2.1'
1+
__version__ = '2.2.2'
22

33

44
class AuthyException(Exception):

0 commit comments

Comments
 (0)