Skip to content

Commit 28d6f21

Browse files
committed
Bump version to 0.6.0
1 parent a6bb5de commit 28d6f21

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.0] - 2026-01-28
11+
1012
### Added
1113

1214
- Flat directory support — input folders without class subdirectories are auto-detected and split directly ([#47]).
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139141
- Seed for reproducible splits.
140142
- CLI interface.
141143

142-
[Unreleased]: https://github.com/jfilter/split-folders/compare/0.5.1...HEAD
144+
[Unreleased]: https://github.com/jfilter/split-folders/compare/0.6.0...HEAD
145+
[0.6.0]: https://github.com/jfilter/split-folders/compare/0.5.1...0.6.0
143146
[0.5.1]: https://github.com/jfilter/split-folders/compare/0.5.0...0.5.1
144147
[0.5.0]: https://github.com/jfilter/split-folders/compare/0.4.3...0.5.0
145148
[0.4.3]: https://github.com/jfilter/split-folders/compare/0.4.2...0.4.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "split-folders"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "Split folders with files (e.g. images) into training, validation and test (dataset) folders."
55
readme = "README.md"
66
license = "MIT"

splitfolders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.6.0"
22

33
from .split import * # noqa: F403

0 commit comments

Comments
 (0)