We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed96f06 commit d4b110bCopy full SHA for d4b110b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.1
+current_version = 2.2.0
3
commit = True
4
tag = True
5
setup.py
@@ -2,7 +2,7 @@
from codecs import open
from os import path
-__version__ = "2.1.1"
+__version__ = "2.2.0"
6
desc_file = "README.md"
7
8
here = path.abspath(path.dirname(__file__))
0 commit comments