Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671824098
  • Loading branch information
danieldjohnson authored and Penzai Developers committed Sep 11, 2024
1 parent d07f5cb commit 4ab3da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion penzai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""A JAX research toolkit for building, editing, and visualizing neural networks."""

__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"jax>=0.4.23",
"numpy>=1.25.2",
"ordered_set>=4.1.0",
"treescope>=0.1.0",
"treescope>=0.1.3",
"typing_extensions>=4.2",
]

Expand Down

0 comments on commit 4ab3da6

Please sign in to comment.