Skip to content

Commit

Permalink
bump version to 1.0.0 (#32)
Browse files Browse the repository at this point in the history
* bump version to 1.0.0

* update submodule to point to latest main
  • Loading branch information
bernardhan33 authored Apr 2, 2024
1 parent 793395b commit 0ea91d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ea91d8

Please sign in to comment.