Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGreenhill committed Jun 1, 2016
1 parent 1cf207d commit 5e3edc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ collection of nexus manipulation scripts.

## Versions:

* v1.35: fixed nexus_nexusmanip.py utility to handle multiple arguments, and to delete arbitrary sites.
* v1.34: fixed parsing of malformed taxa blocks.
* v1.33: fixed bug in taxa labels parser when taxa are listed on one line.

Expand Down
2 changes: 1 addition & 1 deletion nexus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"""
__author__ = 'Simon Greenhill <[email protected]>'
__version__ = "1.34"
__version__ = "1.35"
PACKAGE_NAME = "python-nexus"
PACKAGE_VERSION = __version__
VERSION = __version__
Expand Down

0 comments on commit 5e3edc0

Please sign in to comment.