From 2cd3fe9b143a7c03b990b4bbc20f477e22b2189a Mon Sep 17 00:00:00 2001 From: Brandon Istenes Date: Fri, 26 Jun 2020 17:56:38 -0700 Subject: [PATCH] Upgrade to 1.0.0 (and SemVer!) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')),