diff --git a/setup.py b/setup.py index c031a0a..2a854dd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(*paths): setup( name = 'graphpca', packages = ['graphpca'], - version = '0.6', + version = '1.0.0', license = 'Apache License 2.0', description = 'Produces a low-dimensional representation of the input graph', long_description=(read('README.rst')),