Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard10 committed Jan 7, 2020
1 parent 3220e01 commit 5923849
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ernwin 1.0
==========
ernwin 1.0.1
============

Ernwin is a program for sampling coarse grained RNA structures.

Expand Down
2 changes: 1 addition & 1 deletion fess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "Peter Kerpedjiev, Bernhard Thiel"
__copyright__ = "Copyright 2012 - 2016"
__license__ = "GNU Affero GPL v 3.0"
__version__ = "0.1"
__version__ = "1.0.1"
__maintainer__ = "Bernhard Thiel, Peter Kerpedjiev"
__email__ = "[email protected], [email protected]"

Expand Down
2 changes: 1 addition & 1 deletion release_checklist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Create a release branch from develop. (Only bugfixes in release branch)
* Increment version number in __init__.py and in doc/index.rst
* Increment version number in setup.py, __init__.py and in doc/index.rst
* Run nose2
* Update documentation
* Build the documentation (`sphinx-build -a -E -W -b html doc compiledDoc` to build it)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self):

setup(cmdclass={'build_py': build_py},
name='ernwin',
version='1.0',
version='1.0.1',
description='Coarse Grain 3D RNA Structure Modelling',
author='Bernhard Thiel, Peter Kerpedjiev',
author_email='[email protected], [email protected]',
Expand Down

0 comments on commit 5923849

Please sign in to comment.