We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade4d0d commit 165a006Copy full SHA for 165a006
docs/conf.py
@@ -23,7 +23,7 @@
23
author = 'Steve Richardson'
24
25
# The full version, including alpha/beta/rc tags
26
-release = 'v2020.08.25'
+release = 'v2020.09.10'
27
28
29
# -- General configuration ---------------------------------------------------
turbopy/__version__.py
@@ -1,3 +1,3 @@
1
"""Define a version number for turboPy"""
2
-VERSION = ('2020', '08', '25')
+VERSION = ('2020', '09', '10')
3
__version__ = '.'.join(map(str, VERSION))
0 commit comments