diff --git a/docs/conf.py b/docs/conf.py index 1e8d725a..d53c1601 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = u'0.7' # The full version, including alpha/beta/rc tags. -release = u'0.7.1' +release = u'0.7.2.dev0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/gpsea/__init__.py b/src/gpsea/__init__.py index 4b512d92..db7534e2 100644 --- a/src/gpsea/__init__.py +++ b/src/gpsea/__init__.py @@ -2,4 +2,4 @@ GPSEA is a library for analyzing genotype-phenotype correlations in cohorts of rare disease patients. """ -__version__ = "0.7.1" +__version__ = "0.7.2.dev0"