Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard10 committed Feb 26, 2019
1 parent a830bef commit 0a50459
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.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.1'
release = '2.0.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 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 Affero GPL v 3.0"
__version__ = "2.0.1"
__version__ = "2.0.2"
__maintainer__ = "Bernhard C. Thiel"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def build_extension(self, ext):
"zip_safe":False,
"cmdclass":{'build_py': build_py, 'build_ext':construct_build_ext(build_ext)},
"name":'forgi',
"version":'2.0.1',
"version":'2.0.2',
"description":'RNA Graph Library',
"author":'Bernhard Thiel, Peter Kerpedjiev',
"author_email":'[email protected]',
Expand Down

0 comments on commit 0a50459

Please sign in to comment.