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():