Skip to content

Commit 8f62844

Browse files
committed
bump version for 3.5 compatibility
1 parent a9723d5 commit 8f62844

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

diffcp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.7"
1+
__version__ = "1.0.8"
22

33
from diffcp.cone_program import solve_and_derivative, \
44
solve_and_derivative_batch, \

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_openmp_flag():
5757

5858
setup(
5959
name='diffcp',
60-
version="1.0.7",
60+
version="1.0.8",
6161
author="Akshay Agrawal, Shane Barratt, Stephen Boyd, Enzo Busseti, Walaa Moursi",
6262
long_description=long_description,
6363
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)