Skip to content

Commit

Permalink
Force update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Båvenstrand committed May 13, 2023
1 parent 1a9f649 commit 1e55ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "mleko"
version = "0.1.1"
version = "0.1.2"
description = "ML-Ekosystem"
authors = ["Erik Båvenstrand <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mleko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
Each subpackage is designed to be modular and extensible, making it easy to customize and adapt the library to a wide
range of model building processes and requirements.
"""
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 1e55ac4

Please sign in to comment.