Skip to content
Snippets Groups Projects
Commit 58c4a96b authored by xrotwang's avatar xrotwang
Browse files

release 1.0.0

parent c96a72a1
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='newick',
version="0.9.3.dev0",
version="1.0.0",
description='A python module to read and write the Newick format',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
......
......@@ -6,7 +6,7 @@ Functionality to read and write the Newick serialization format for trees.
import re
import pathlib
__version__ = "0.9.3.dev0"
__version__ = "1.0.0"
RESERVED_PUNCTUATION = ':;,()'
COMMENT = re.compile(r'\[[^\]]*\]')
......
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