From d7ac3f005bbc9f429e0beef5e63385c54cedb100 Mon Sep 17 00:00:00 2001 From: Parth Nobel Date: Sat, 9 Nov 2024 11:20:12 -0800 Subject: [PATCH] Updates version number --- diffcp/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/diffcp/__init__.py b/diffcp/__init__.py index cf15bd8..017eb6e 100644 --- a/diffcp/__init__.py +++ b/diffcp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.23" +__version__ = "1.1.0" from diffcp.cone_program import solve_and_derivative, \ solve_and_derivative_batch, \ diff --git a/pyproject.toml b/pyproject.toml index 5777012..0b6ff2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"