Skip to content
Snippets Groups Projects
Commit 73969b7c authored by xrotwang's avatar xrotwang
Browse files

release 0.9.2

parent c03a27f0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ def read(fname):
setup(
name='newick',
version="0.9.2.dev0",
version="0.9.2",
description='A python module to read and write the Newick format',
long_description=read("README.md"),
long_description_content_type="text/markdown",
......
......@@ -8,7 +8,7 @@ from __future__ import unicode_literals
import io
import re
__version__ = "0.9.2.dev0"
__version__ = "0.9.2"
RESERVED_PUNCTUATION = ':;,()'
COMMENT = re.compile('\[[^\]]*\]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment