File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog <https://keepachangelog.com >`_
77and this project adheres to `Semantic Versioning <https://semver.org >`_.
88
9- 0.6.0 (2025-09-10)
9+ 0.6.1 (2025-09-10)
1010------------------
1111
1212* New functions: :class: `~pyunlocbox.functions.proj_lineq `,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pyunlocbox"
7- version = " 0.6.0 "
7+ version = " 0.6.1 "
88description = " Convex Optimization in Python using Proximal Splitting"
99readme = " README.rst"
1010license = {text = " BSD" }
Original file line number Diff line number Diff line change 2020from pyunlocbox import operators # noqa: F401
2121from pyunlocbox import solvers # noqa: F401
2222
23- __version__ = "0.6.0 "
24- __release_date__ = "2017-12-15 "
23+ __version__ = "0.6.1 "
24+ __release_date__ = "2025-09-11 "
2525
2626
2727def test (): # pragma: no cover
You can’t perform that action at this time.
0 commit comments