We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d197e commit f5f14b9Copy full SHA for f5f14b9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.1
+current_version = 3.0.2
3
commit = True
4
tag = True
5
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
-VERSION = "3.0.1"
+VERSION = "3.0.2"
6
7
8
def read(fname):
0 commit comments