Skip to content

Commit baefa80

Browse files
committed
Bumps version number
1 parent 9e69321 commit baefa80

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.1.1"
1+
__version__ = "1.1.2"
22

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "diffcp"
4-
version = "1.1.1"
4+
version = "1.1.2"
55
description = "A library to compute gradients for convex optimization problems"
66
requires-python = ">= 3.10"
77

0 commit comments

Comments
 (0)