From 3a091d9ffe6574423040aea0506d7a5d005e4637 Mon Sep 17 00:00:00 2001 From: zqfang Date: Thu, 29 Feb 2024 12:22:59 -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 e6c14f3..ae90ba0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = "1.1.1" +version = "1.1.2" # The full version, including alpha/beta/rc tags. -release = "1.1.1" +release = "1.1.2" # 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 5d6edf9..44d165b 100644 --- a/gseapy/__main__.py +++ b/gseapy/__main__.py @@ -11,7 +11,7 @@ # or args = argparser.parse_args() will throw bugs!!! -__version__ = "1.1.1" +__version__ = "1.1.2" def main():