From 0d2ec15b3422b01acf22df11e33b3b072eae429a Mon Sep 17 00:00:00 2001 From: zqfang Date: Thu, 21 Dec 2023 14:00:13 -0800 Subject: [PATCH] bump version --- docs/conf.py | 4 ++-- gseapy/__main__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 77267c1..e6c14f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "1.0.6" +version = "1.1.1" # The full version, including alpha/beta/rc tags. -release = "1.0.6" +release = "1.1.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/gseapy/__main__.py b/gseapy/__main__.py index 6782952..5d6edf9 100644 --- a/gseapy/__main__.py +++ b/gseapy/__main__.py @@ -11,7 +11,7 @@ # or args = argparser.parse_args() will throw bugs!!! -__version__ = "1.1.0" +__version__ = "1.1.1" def main():