Skip to content

Commit f9c2ff2

Browse files
authored
new release 0.2.2 for file uploading (#98)
https://b.corp.google.com/issues/331603564
1 parent e281b33 commit f9c2ff2

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.2 (March 27th, 2024)
6+
7+
* Add support for single file upload ([#97](https://github.com/Kaggle/kagglehub/pull/97))
8+
59
## v0.2.1 (March 21th, 2024)
610

711
* Add support for directory upload ([#82](https://github.com/Kaggle/kagglehub/pull/93))

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.1"
1+
__version__ = "0.2.2"
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)