Skip to content

Commit 876244e

Browse files
Bump library version to v1.0.1
1 parent cc7bfdb commit 876244e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sosopt"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = 'SOSOpt is a library designed for solving sums-of-squares optimization problems.'
55
authors = [
66
{name="Michael Schneeberger", email="michael.schneeb@hotmail.com"},
@@ -12,7 +12,7 @@ dependencies = [
1212
"sympy>=1.13.0",
1313
"dataclassabc>=0.0.13",
1414
"statemonad>=0.0.5",
15-
"polymat>=0.0.7",
15+
"polymat>=0.0.8",
1616
"cvxopt>=1.3.2",
1717
"Mosek>=10.2.2",
1818
]

0 commit comments

Comments
 (0)