diff --git a/requirements.txt b/requirements.txt index 3d6e713..8119511 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -nose python-nexus>=1.1 diff --git a/setup.py b/setup.py index b65f155..7795d8c 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='phylogemetric', - version='1.0rc1', + version='1.0.0', description='A python library for calculating the delta score (Holland et al. 2002) and Q-Residual (Gray et al. 2010)', long_description=long_description, url='https://github.com/SimonGreenhill/phylogemetric',