Skip to content

Commit 8890e0d

Browse files
authored
new kagglehub version (#110)
1 parent 2bbfd39 commit 8890e0d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Next (Unreleased)
44

5+
## v0.2.4 (April 26th, 2024)
6+
7+
* Remove zipping in upload ([#105]((https://github.com/Kaggle/kagglehub/pull/105)))
8+
59
## v0.2.3 (April 16th, 2024)
610

711
* Improve upload speed ([#100](https://github.com/Kaggle/kagglehub/pull/100))

src/kagglehub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
22

33
import kagglehub.logging # configures the library logger.
44
from kagglehub import colab_cache_resolver, http_resolver, kaggle_cache_resolver, registry

0 commit comments

Comments
 (0)