Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Nov 19, 2021
1 parent e11a397 commit 641ee51
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 = "tpcp"
version = "0.3.0"
version = "0.3.1"
description = "Pipeline and Dataset helpers for complex algorithm evaluation."
authors = [
"Arne Küderle <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion tpcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tpcp._utils._general import clone, default
from tpcp.base import BaseAlgorithm

__version__ = "0.3.0"
__version__ = "0.3.1"


mdf = default
Expand Down

0 comments on commit 641ee51

Please sign in to comment.