Skip to content

Commit d4b110b

Browse files
committedMar 9, 2021
Bump version: 2.1.1 → 2.2.0
1 parent ed96f06 commit d4b110b

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 = 2.1.1
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = "2.1.1"
5+
__version__ = "2.2.0"
66
desc_file = "README.md"
77

88
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)
Please sign in to comment.