diff --git a/poetry.lock b/poetry.lock index 298f1a3..a617ef9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,13 +13,13 @@ files = [ [[package]] name = "babel" -version = "2.15.0" +version = "2.16.0" description = "Internationalization utilities" optional = false python-versions = ">=3.8" files = [ - {file = "Babel-2.15.0-py3-none-any.whl", hash = "sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb"}, - {file = "babel-2.15.0.tar.gz", hash = "sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"}, + {file = "babel-2.16.0-py3-none-any.whl", hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b"}, + {file = "babel-2.16.0.tar.gz", hash = "sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index c25cb81..43e5065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "useful-math-functions" -version = "0.1.3" +version = "0.2.0" description = "useful-math-functions for Optimization, Benchmarking, Visualizing, and more ..." authors = ["Anselm Hahn "] readme = "README.md" diff --git a/umf/__init__.py b/umf/__init__.py index 922393e..874f678 100644 --- a/umf/__init__.py +++ b/umf/__init__.py @@ -3,4 +3,4 @@ from __future__ import annotations -__version__ = "0.1.3" +__version__ = "0.2.0"