Skip to content

Commit

Permalink
bump version to 2024.12.10 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp authored Dec 10, 2024
1 parent bce2368 commit a2204fd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change log

## v2024.12.10
(*) = updated since previous release

- `jax-ai-stack` packages:
- (*) `jax==0.4.37`
- (*) `flax==0.10.2`
- `ml_dtypes==0.4.0`
- (*) `optax==0.2.4`
- (*) `orbax-checkpoint==0.10.2`
- (*) `orbax-export==0.0.6`
- `jax-ai-stack[tfds]` packages:
- `tensorflow==2.18.0`
- (*) `tensorflow_datasets==4.9.7`
- `jax-ai-stack[grain]` packages:
- `grain==0.2.2`

## v2024.11.1
(*) = updated since previous release

Expand Down
2 changes: 1 addition & 1 deletion jax_ai_stack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""jax-ai-stack metapackage."""

__version__ = "2024.11.1" # keep in sync with pyproject.toml
__version__ = "2024.12.10" # keep in sync with pyproject.toml
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "jax-ai-stack"
version = "2024.11.1" # keep in sync with jax_ai_stack/__init__.py
version = "2024.12.10" # keep in sync with jax_ai_stack/__init__.py
description = ""
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit a2204fd

Please sign in to comment.