File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 0.1.0 (Unreleased )
3
+ ## 0.1.0 (2025-05-01 )
4
4
5
5
### Features Added
6
6
- Added ` BlobIO ` file-like object for reading and writing data to and from Azure Blob Storage.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requires-python = ">=3.9"
13
13
license = {file = " LICENSE" }
14
14
keywords = [" azure" , " pytorch" ]
15
15
classifiers = [
16
- " Development Status :: 2 - Pre-Alpha " ,
16
+ " Development Status :: 4 - Beta " ,
17
17
" License :: OSI Approved :: MIT License" ,
18
18
" Programming Language :: Python" ,
19
19
" Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- __version__ = "0.0.1 "
7
+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments