We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f4460 commit d71ab62Copy full SHA for d71ab62
opt/__init__.py
@@ -3,4 +3,4 @@
3
from __future__ import annotations
4
5
6
-__version__ = "0.1.1"
+__version__ = "0.1.2"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "useful-optimizer"
-version = "0.1.1"
+version = "0.1.2"
description = "A dedicated set of optimization algorithms for numeric problems."
authors = ["Anselm Hahn <[email protected]>"]
license = "MIT"
0 commit comments