Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zqfang committed Feb 29, 2024
1 parent 7d5dd11 commit 3a091d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gseapy/__main__.py
Expand Up @@ -11,7 +11,7 @@
# or args = argparser.parse_args() will throw bugs!!!


__version__ = "1.1.1"
__version__ = "1.1.2"


def main():
Expand Down

0 comments on commit 3a091d9

Please sign in to comment.