Skip to content

Commit

Permalink
Updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Nov 9, 2024
1 parent c83a8d0 commit d7ac3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diffcp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.23"
__version__ = "1.1.0"

from diffcp.cone_program import solve_and_derivative, \
solve_and_derivative_batch, \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "diffcp"
version = "1.1"
version = "1.1.0"
description = "A library to compute gradients for convex optimization problems"
requires-python = ">= 3.10"

Expand Down

0 comments on commit d7ac3f0

Please sign in to comment.