Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard10 committed Feb 16, 2024
1 parent 7ac9092 commit daba481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.2'
release = '2.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion forgi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Bernhard C. Thiel, Peter Kerpedjiev"
__copyright__ = "Copyright 2012 - 2019"
__license__ = "GNU GPL v 3.0"
__version__ = "2.2.2"
__version__ = "2.2.3"
__maintainer__ = "University of Vienna, TBI"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class BuildFailed(Exception):
"zip_safe":False,
"cmdclass":{'build_py': build_py, 'build_ext': CustomBuildExtCommand},
"name":'forgi',
"version":'2.2.2',
"version":'2.2.3',
"description":'RNA Graph Library',
"author":'Bernhard Thiel, Peter Kerpedjiev',
"author_email":'[email protected]',
Expand Down

0 comments on commit daba481

Please sign in to comment.