Skip to content

Commit 5884a67

Browse files
committed
Next development iteration 0.9.5.dev0.
1 parent 1b1bb5e commit 5884a67

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.4'
67+
release = u'0.9.5.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.4"
5+
__version__ = "0.9.5.dev0"
66

77
_overwrite = False
88
"""

0 commit comments

Comments
 (0)