Skip to content

Commit

Permalink
Bump version to 2024.11.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp authored Nov 1, 2024
1 parent e905588 commit 977d5c4
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.11.1
(*) = updated since previous release

- `jax-ai-stack` packages:
- (*) `jax==0.4.35`
- (*) `flax==0.10.0`
- `ml_dtypes==0.4.0`
- `optax==0.2.3`
- (*) `orbax-checkpoint==0.7.0`
- `orbax-export==0.0.5`
- `jax-ai-stack[tfds]` packages:
- (*) `tensorflow==2.18.0`
- `tensorflow_datasets==4.9.6`
- `jax-ai-stack[grain]` packages:
- (*) `grain==0.2.2`

## v2024.10.1
- `jax-ai-stack` packages:
- `jax==0.4.33`
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.10.1" # keep in sync with pyproject.toml
__version__ = "2024.11.1" # 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.10.1" # keep in sync with jax_ai_stack/__init__.py
version = "2024.11.1" # keep in sync with jax_ai_stack/__init__.py
description = ""
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 977d5c4

Please sign in to comment.