Skip to content

Commit

Permalink
Merge pull request #57 from Anselmoo/fix/release
Browse files Browse the repository at this point in the history
fix: 🔖 Update to the correct semantic version
  • Loading branch information
Anselmoo authored Aug 9, 2024
2 parents 6c12c88 + 6b1ff23 commit 749f993
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion umf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from __future__ import annotations


__version__ = "0.1.3"
__version__ = "0.2.0"

0 comments on commit 749f993

Please sign in to comment.