-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to 1.0.0 * update submodule to point to latest main
- Loading branch information
1 parent
793395b
commit 0ea91d8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule dataflux_client_python
updated
10 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "gcs-torch-dataflux" | ||
version = "0.1.0" | ||
version = "1.0.0" | ||
description = "A GCS data loading integration for PyTorch" | ||
requires-python = ">=3.8,<3.13" | ||
readme = "README.md" | ||
maintainers = [ | ||
{ name = "Google Dataflux Dev Team", email = "[email protected]" }, | ||
] | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
|