From 7136c9664dc62ca9bdf7cff4b4c7a4fccc6ea0d5 Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Tue, 28 Jan 2025 14:28:29 +0100 Subject: [PATCH] Next development iteration `v0.9.4.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 1accede1..88f4f1c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ # The short X.Y version. version = u'0.9' # The full version, including alpha/beta/rc tags. -release = u'0.9.3' +release = u'0.9.4.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 85c5f0b8..59aa60ea 100644 --- a/src/gpsea/__init__.py +++ b/src/gpsea/__init__.py @@ -2,7 +2,7 @@ GPSEA is a library for finding genotype-phenotype associations. """ -__version__ = "0.9.3" +__version__ = "0.9.4.dev0" _overwrite = False """