Skip to content

Commit fc4a574

Browse files
authored
set version to v0.0.0 for initial package registration (#6)
1 parent ab959da commit fc4a574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jax_ml_stack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""jax_ml_stack metapackage."""
22

3-
__version__ = "0.0.1" # keep in sync with pyproject.toml
3+
__version__ = "0.0.0" # keep in sync with pyproject.toml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jax_ml_stack"
3-
version = "0.0.1" # keep in sync with jax_ml_stack/__init__.py
3+
version = "0.0.0" # keep in sync with jax_ml_stack/__init__.py
44
description = ""
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)