Skip to content

Commit 0ea91d8

Browse files
authored
bump version to 1.0.0 (#32)
* bump version to 1.0.0 * update submodule to point to latest main
1 parent 793395b commit 0ea91d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gcs-torch-dataflux"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "A GCS data loading integration for PyTorch"
99
requires-python = ">=3.8,<3.13"
1010
readme = "README.md"
1111
maintainers = [
1212
{ name = "Google Dataflux Dev Team", email = "dataflux-customer-support@google.com" },
1313
]
1414
classifiers = [
15-
"Development Status :: 4 - Beta",
15+
"Development Status :: 5 - Production/Stable",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: Python :: 3.8",
1818
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)