We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.9.4.dev0
1 parent 1c0c4e2 commit 7136c96Copy full SHA for 7136c96
docs/conf.py
@@ -64,7 +64,7 @@
64
# The short X.Y version.
65
version = u'0.9'
66
# The full version, including alpha/beta/rc tags.
67
-release = u'0.9.3'
+release = u'0.9.4.dev0'
68
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
# for a list of supported languages.
src/gpsea/__init__.py
@@ -2,7 +2,7 @@
2
GPSEA is a library for finding genotype-phenotype associations.
3
"""
4
5
-__version__ = "0.9.3"
+__version__ = "0.9.4.dev0"
6
7
_overwrite = False
8
0 commit comments