Skip to content

Commit 7136c96

Browse files
committed
Next development iteration v0.9.4.dev0.
1 parent 1c0c4e2 commit 7136c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# The short X.Y version.
6565
version = u'0.9'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'0.9.3'
67+
release = u'0.9.4.dev0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

src/gpsea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
GPSEA is a library for finding genotype-phenotype associations.
33
"""
44

5-
__version__ = "0.9.3"
5+
__version__ = "0.9.4.dev0"
66

77
_overwrite = False
88
"""

0 commit comments

Comments
 (0)