Skip to content

Commit 733e137

Browse files
committed
Sync version numbers
1 parent 0b175ac commit 733e137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cvxgraphalgs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ['algorithms', 'generators', 'structures']
2-
__version__ = '0.1.1'
2+
__version__ = '0.1.2'
33
__author__ = 'Hermish Mehta'
44

55
import cvxgraphalgs.algorithms

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='cvxgraphalgs',
8-
version='0.1.1',
8+
version='0.1.2',
99
packages=setuptools.find_packages(),
1010
install_requires=[
1111
'numpy',

0 commit comments

Comments
 (0)