Skip to content

Commit 80ce9d9

Browse files
committed
DEV Bump versions to 0.9.4rc0
1 parent 569838b commit 80ce9d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# |version| and |release|, also used in various other places throughout the
5353
# built documents.
5454

55-
version = "0.9.3"
55+
version = "0.9.4rc0"
5656

5757
# General information about the project.
5858
project = 'serpentTools'

serpentTools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from serpentTools.seed import *
88
from serpentTools.xs import *
99

10-
__version__ = "0.9.3"
10+
__version__ = "0.9.4rc0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def getDataFiles():
4444

4545
pythonRequires = ">=3.5"
4646

47-
version = "0.9.3"
47+
version = "0.9.4rc0"
4848

4949
setupArgs = {
5050
'name': 'serpentTools',

0 commit comments

Comments
 (0)