Skip to content

Commit 7c27f7f

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent a1636f3 commit 7c27f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55

proxy_db/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = """Nekmo Com"""
77
__email__ = '[email protected]'
8-
__version__ = '0.2.1'
8+
__version__ = '0.2.2'
99

1010
logging.basicConfig()
1111
logging.getLogger('sqlalchemy').setLevel(logging.ERROR)

0 commit comments

Comments
 (0)