Skip to content

Commit 4b66975

Browse files
committed
Bump version: 1.0.20 → 1.0.21
1 parent 24516c3 commit 4b66975

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.20
2+
current_version = 1.0.21
33
files = setup.py diffcp/__init__.py
44
commit = True
55
tag = True

diffcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.20"
1+
__version__ = "1.0.21"
22

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def is_platform_mac():
9090

9191
setup(
9292
name='diffcp',
93-
version="1.0.20",
93+
version="1.0.21",
9494
author="Akshay Agrawal, Shane Barratt, Stephen Boyd, Enzo Busseti, Walaa Moursi",
9595
long_description=long_description,
9696
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)