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.
2 parents 74c3f8b + 35cbffe commit 27f735cCopy full SHA for 27f735c
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Ramaravind, Amit, Chenhao'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.7.1'
+release = '0.7.2'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-VERSION_STR = "0.7.1"
+VERSION_STR = "0.7.2"
4
5
with open("README.rst", "r") as fh:
6
long_description = fh.read()
0 commit comments