Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablormier committed Sep 27, 2023
1 parent 9283fbe commit dbfce02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion corneto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def legacy_plot(g: Graph, **kwargs):
g0.plot(**kwargs)


__version__ = "0.9.1-alpha.3"
__version__ = "0.9.1-alpha.4"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "corneto"
version = "0.9.1-alpha.3"
description = "CORNETO: CORe NETwork Optimizer, a MILP optimization library for Biochemical Networks"
version = "0.9.1-alpha.4"
description = "CORNETO"
authors = ["Pablo Rordriguez-Mier <[email protected]>"]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down Expand Up @@ -37,7 +37,7 @@ PICOS = "^2.4.1"
matplotlib = "^3.5.2"
mkdocs-material = "^7.2.1"
mkdocstrings = "^0.15.2"
cvxpy = "^1.2.1"
cvxpy = "^1.3.1"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit dbfce02

Please sign in to comment.