We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a1448 commit dda6aefCopy full SHA for dda6aef
diffcp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.1.0"
+__version__ = "1.1.1"
2
3
from diffcp.cone_program import solve_and_derivative, \
4
solve_and_derivative_batch, \
pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "diffcp"
-version = "1.1.0"
+version = "1.1.1"
5
description = "A library to compute gradients for convex optimization problems"
6
requires-python = ">= 3.10"
7
0 commit comments