Skip to content

Commit 55fb1ea

Browse files
authored
version 0.0.5 (#28)
1 parent c28517f commit 55fb1ea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [[0.0.5]](https://github.com/Clarifai/clarifai-python-datautils/releases/tag/0.0.5) - [PyPI](https://pypi.org/project/clarifai-datautils/0.0.5/) - 2024-11-18
2+
3+
### Added
4+
- Debugging requirements for build [(#24)](https://github.com/Clarifai/clarifai-python-datautils/pull/24)
5+
- Initialize version 4 [(#25)](https://github.com/Clarifai/clarifai-python-datautils/pull/25)
6+
- Removed local dependency and added requirement-dev.txt [(#26)](https://github.com/Clarifai/clarifai-python-datautils/pull/26)
7+
- Moved imports into function [(#27)](https://github.com/Clarifai/clarifai-python-datautils/pull/27)
8+
19
## [[0.0.4]](https://github.com/Clarifai/clarifai-python-datautils/releases/tag/0.0.4) - [PyPI](https://pypi.org/project/clarifai-datautils/0.0.4/) - 2024-10-04
210

311
### Added

clarifai_datautils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)