Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iindyk authored Dec 24, 2024
1 parent cb9c5a4 commit 3cbf32e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "grain-nightly"
version = "0.0.10"
name = "grain"
version = "0.2.3"
description = "Grain: A library for loading and transforming data for neural network training."
keywords = []
authors = [
Expand Down Expand Up @@ -46,4 +46,4 @@ homepage = "https://github.com/google/grain"
include = ["grain*"]

[tool.setuptools.package-data]
"*" = ["*.so"]
"*" = ["*.so"]

0 comments on commit 3cbf32e

Please sign in to comment.