Skip to content

Commit 29a8231

Browse files
authored
Prepare for release (0.2.7) (#139)
1 parent 511ee6d commit 29a8231

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

33
## Next (Unreleased)
44

5+
## v.0.2.7 (July 1st, 2024)
6+
* Fix model downloading bug
7+
58
## v.0.2.6 (June 10th, 2024)
69

710
* Add support for `.zip` archive ([#135](https://github.com/Kaggle/kagglehub/pull/135))

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.6"
1+
__version__ = "0.2.7"
22

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

0 commit comments

Comments
 (0)