We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05d47a commit 2cd3fe9Copy full SHA for 2cd3fe9
setup.py
@@ -13,7 +13,7 @@ def read(*paths):
13
setup(
14
name = 'graphpca',
15
packages = ['graphpca'],
16
- version = '0.6',
+ version = '1.0.0',
17
license = 'Apache License 2.0',
18
description = 'Produces a low-dimensional representation of the input graph',
19
long_description=(read('README.rst')),
0 commit comments