Skip to content

Commit dda6aef

Browse files
authored
Adds 3.12 support (#69)
* Tries to add 3.12 support * Fixes some imports * Bumps version number
1 parent 83a1448 commit dda6aef

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.0"
1+
__version__ = "1.1.1"
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.0"
4+
version = "1.1.1"
55
description = "A library to compute gradients for convex optimization problems"
66
requires-python = ">= 3.10"
77

0 commit comments

Comments
 (0)