Skip to content

Commit

Permalink
new version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp committed Mar 26, 2023
1 parent acfbbb9 commit 5423537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""COPT: composite optimization in Python."""
__version__ = "0.9.0" # if you modify this, change it also in setup.py
__version__ = "0.9.1" # if you modify this, change it also in setup.py

from . import datasets
from . import tv_prox
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name="copt",
description="Library for composite optimization in Python",
long_description=io.open("README.rst", encoding="utf-8").read(),
version="0.9.0",
version="0.9.1",
author="Fabian Pedregosa",
author_email="[email protected]",
url="http://pypi.python.org/pypi/copt",
Expand Down

0 comments on commit 5423537

Please sign in to comment.