Skip to content

Commit 2cd3fe9

Browse files
committed
Upgrade to 1.0.0 (and SemVer!)
1 parent b05d47a commit 2cd3fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(*paths):
1313
setup(
1414
name = 'graphpca',
1515
packages = ['graphpca'],
16-
version = '0.6',
16+
version = '1.0.0',
1717
license = 'Apache License 2.0',
1818
description = 'Produces a low-dimensional representation of the input graph',
1919
long_description=(read('README.rst')),

0 commit comments

Comments
 (0)