Skip to content

Commit 749f993

Browse files
authored
Merge pull request #57 from Anselmoo/fix/release
fix: 🔖 Update to the correct semantic version
2 parents 6c12c88 + 6b1ff23 commit 749f993

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "useful-math-functions"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "useful-math-functions for Optimization, Benchmarking, Visualizing, and more ..."
55
authors = ["Anselm Hahn <[email protected]>"]
66
readme = "README.md"

umf/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from __future__ import annotations
44

55

6-
__version__ = "0.1.3"
6+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)