From 464d976ba21bddf0ebd00e8d21de27939e502c70 Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Fri, 13 Sep 2024 21:15:31 +0200 Subject: [PATCH] Next development iteration `0.4.1.dev0`. --- docs/conf.py | 2 +- src/gpsea/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c311c2f8..84d672a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # The short X.Y version. version = u'0.4' # The full version, including alpha/beta/rc tags. -release = u'0.4.0' +release = u'0.4.1.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 297ea01d..5fd7ca70 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.4.0" +__version__ = "0.4.1.dev0"