Skip to content

Commit 0fd646d

Browse files
authored
Bump version to 0.1.0 (#42)
Also updated classifier to better reflect development status of project.
1 parent bf482e7 commit 0fd646d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.1.0 (Unreleased)
3+
## 0.1.0 (2025-05-01)
44

55
### Features Added
66
- Added `BlobIO` file-like object for reading and writing data to and from Azure Blob Storage.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requires-python = ">=3.9"
1313
license = {file = "LICENSE"}
1414
keywords = ["azure", "pytorch"]
1515
classifiers = [
16-
"Development Status :: 2 - Pre-Alpha",
16+
"Development Status :: 4 - Beta",
1717
"License :: OSI Approved :: MIT License",
1818
"Programming Language :: Python",
1919
"Programming Language :: Python :: 3",

src/azstoragetorch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
__version__ = "0.0.1"
7+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)