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 0b175ac commit 733e137Copy full SHA for 733e137
cvxgraphalgs/__init__.py
@@ -1,5 +1,5 @@
1
__all__ = ['algorithms', 'generators', 'structures']
2
-__version__ = '0.1.1'
+__version__ = '0.1.2'
3
__author__ = 'Hermish Mehta'
4
5
import cvxgraphalgs.algorithms
setup.py
@@ -5,7 +5,7 @@
6
setuptools.setup(
7
name='cvxgraphalgs',
8
- version='0.1.1',
+ version='0.1.2',
9
packages=setuptools.find_packages(),
10
install_requires=[
11
'numpy',
0 commit comments