We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.9.5.dev0
1 parent 1b1bb5e commit 5884a67Copy full SHA for 5884a67
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.4'
+release = u'0.9.5.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.4"
+__version__ = "0.9.5.dev0"
6
7
_overwrite = False
8
0 commit comments