From ec027d8f2fff47b580c387762fb25ed9cff476b6 Mon Sep 17 00:00:00 2001 From: Marco Galardini Date: Wed, 21 Aug 2024 17:46:37 +0200 Subject: [PATCH] Version bump --- docs/conf.py | 4 ++-- pyseer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9bb982f..7e06a71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,9 +76,9 @@ # built documents. # # The short X.Y version. -version = '1.3.10' +version = '1.3.12' # The full version, including alpha/beta/rc tags. -release = '1.3.10' +release = '1.3.12' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyseer/__init__.py b/pyseer/__init__.py index 060991b..4606c73 100644 --- a/pyseer/__init__.py +++ b/pyseer/__init__.py @@ -2,4 +2,4 @@ '''Python reimplementation of SEER for bacterial GWAS''' -__version__ = '1.3.12-dev' +__version__ = '1.3.12'