We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab959da commit fc4a574Copy full SHA for fc4a574
jax_ml_stack/__init__.py
@@ -1,3 +1,3 @@
1
"""jax_ml_stack metapackage."""
2
3
-__version__ = "0.0.1" # keep in sync with pyproject.toml
+__version__ = "0.0.0" # keep in sync with pyproject.toml
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "jax_ml_stack"
-version = "0.0.1" # keep in sync with jax_ml_stack/__init__.py
+version = "0.0.0" # keep in sync with jax_ml_stack/__init__.py
4
description = ""
5
readme = "README.md"
6
license = {file = "LICENSE"}
0 commit comments