Skip to content

Commit 9a6b327

Browse files
committed
release 2.0.0
1 parent 07ee6d2 commit 9a6b327

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="python-nexus",
6-
version="2.0.0.dev0",
6+
version="2.0.0",
77
description="A nexus (phylogenetics) file reader (.nex, .trees)",
88
long_description=open('README.md').read(),
99
long_description_content_type='text/markdown',

src/nexus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@
9494
from nexus.exceptions import NexusFormatException
9595
from nexus import tools
9696

97-
__version__ = "2.0.0.dev0"
97+
__version__ = "2.0.0"
9898
__all__ = ["NexusReader", "NexusWriter", "NexusFormatException", "handlers", "tools"]

0 commit comments

Comments
 (0)