Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard10 committed Feb 25, 2019
1 parent c5e414e commit 8bdbe0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Some of the biggest changes:
* Better support for `forgi.graph.residue.RESID` as indices.
* New properties/ methods `junctions`, `rods`, `pseudoknotted_basepairs`, `seq_length`

* A **new sequence class**, which allows for indexing with integers (1-based, like the defines) and `forgi.graph.residue.RESID` tuples. Conversion between these two indices is now also delegated to this class. `__getitem__` is implemented to properly allow for slices with cutpoints.
* A **new sequence class**, which allows for indexing with integers (1-based, like the defines) and `forgi.graph.residue.RESID` tuples. Conversion between these two indices is now also delegated to this class. `__getitem__` is implemented to properly allow for slices with cutpoints.
* Some changes were made to the CoarseGrainRNA class:

* **Virtual residues are now stored for loops** (at the C1' atom), if the RNA was loaded from a PDB or MMCIF file.
Expand Down
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.0'
release = '2.0.1'

# 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.0"
__version__ = "2.0.1"
__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 @@ -81,7 +81,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.0',
"version":'2.0.1',
"description":'RNA Graph Library',
"author":'Bernhard Thiel, Peter Kerpedjiev',
"author_email":'[email protected]',
Expand Down

0 comments on commit 8bdbe0a

Please sign in to comment.