Skip to content

Commit

Permalink
Bumps version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Nov 11, 2024
1 parent ee65c2d commit 8ad51e1
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.1.2"
__version__ = "1.1.3"

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.2"
version = "1.1.3"
description = "A library to compute gradients for convex optimization problems"
requires-python = ">= 3.10"

Expand Down

0 comments on commit 8ad51e1

Please sign in to comment.