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 569838b commit 80ce9d9Copy full SHA for 80ce9d9
docs/conf.py
@@ -52,7 +52,7 @@
52
# |version| and |release|, also used in various other places throughout the
53
# built documents.
54
55
-version = "0.9.3"
+version = "0.9.4rc0"
56
57
# General information about the project.
58
project = 'serpentTools'
serpentTools/__init__.py
@@ -7,4 +7,4 @@
7
from serpentTools.seed import *
8
from serpentTools.xs import *
9
10
-__version__ = "0.9.3"
+__version__ = "0.9.4rc0"
setup.py
@@ -44,7 +44,7 @@ def getDataFiles():
44
45
pythonRequires = ">=3.5"
46
47
48
49
setupArgs = {
50
'name': 'serpentTools',
0 commit comments