Skip to content

Commit 28c26fe

Browse files
committed
Bump version: 1.1.7 → 1.1.8
1 parent af213bb commit 28c26fe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.7
2+
current_version = 1.1.8
33
files = src/diffcp/__init__.py pyproject.toml
44
commit = True
55
tag = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

src/diffcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.7"
1+
__version__ = "1.1.8"
22

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

0 commit comments

Comments
 (0)