From 140a8f07e0e36fc99f73ebd8fd6d826fdc7177d9 Mon Sep 17 00:00:00 2001 From: Daniel Danis Date: Wed, 4 Sep 2024 14:59:19 +0200 Subject: [PATCH] Make release `0.3.0`. --- docs/conf.py | 4 ++-- src/gpsea/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7d7c23569..6233764c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = u'0.1' +version = u'0.3' # The full version, including alpha/beta/rc tags. -release = u'0.1.1dev' +release = u'0.3.0' # 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 c52b55961..402fc6ccb 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.2.1.dev0" +__version__ = "0.3.0"