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): ...@@ -13,7 +13,7 @@ def read(fname):
setup( setup(
name='newick', name='newick',
version="0.9.2.dev0", version="0.9.2",
description='A python module to read and write the Newick format', description='A python module to read and write the Newick format',
long_description=read("README.md"), long_description=read("README.md"),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
......
...@@ -8,7 +8,7 @@ from __future__ import unicode_literals ...@@ -8,7 +8,7 @@ from __future__ import unicode_literals
import io import io
import re import re
__version__ = "0.9.2.dev0" __version__ = "0.9.2"
RESERVED_PUNCTUATION = ':;,()' RESERVED_PUNCTUATION = ':;,()'
COMMENT = re.compile('\[[^\]]*\]') COMMENT = re.compile('\[[^\]]*\]')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment