Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianp committed Sep 27, 2024
1 parent c0d5d46 commit cdb591a
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.1" # if you modify this, change it also in setup.py
__version__ = "0.9.2" # 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.1",
version="0.9.2", # modify also in copt/__init__.py
author="Fabian Pedregosa",
author_email="[email protected]",
url="http://pypi.python.org/pypi/copt",
Expand Down

0 comments on commit cdb591a

Please sign in to comment.