Skip to content

Commit 033dff3

Browse files
authored
[MNT] fix 0.13.2 release version in pyproject.toml (#542)
Accidentally, `pyproject.toml` was not pushed for the 0.13.2 release. No upload happened since the CI caught the inconsistency - this just needs to get fixed.
1 parent 7e4fbe5 commit 033dff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scikit-base"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Base classes for sklearn-like parametric objects"
55
authors = [
66
{name = "sktime developers", email = "sktime.toolbox@gmail.com"},

0 commit comments

Comments
 (0)