Skip to content

Commit

Permalink
Prepared new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Sep 8, 2023
1 parent 9b26868 commit b90f2a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.24.0] - 2023-09-08

For all changes in this release see: https://github.com/mad-lab-fau/tpcp/pull/85

Expand Down
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.23.0"
version = "0.24.0"
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 @@ -23,7 +23,7 @@
)
from tpcp._pipeline import OptimizablePipeline, Pipeline

__version__ = "0.23.0"
__version__ = "0.24.0"


__all__ = [
Expand Down

0 comments on commit b90f2a8

Please sign in to comment.