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 d566de3 commit 0cfa852Copy full SHA for 0cfa852
docs/source/conf.py
@@ -76,7 +76,7 @@ def __getattr__(cls, name):
76
'T.S. Jayram, Ahmet S. Ozcan'
77
78
# The short X.Y version
79
-version = '0.3.0'
+version = '0.3.1'
80
# The full version, including alpha/beta/rc tags
81
release = 'master'
82
setup.py
@@ -43,7 +43,7 @@
43
# For a discussion on single-sourcing the version across setup.py and the
44
# project code, see
45
# https://packaging.python.org/en/latest/single_source_version.html
46
- version='0.3.0', # Required
+ version='0.3.1', # Required
47
48
# This is a one-line description or tagline of what your project does. This
49
# corresponds to the "Summary" metadata field:
0 commit comments