Skip to content

Commit

Permalink
Version updated from v0.3.1 to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfschubert committed Jun 17, 2024
1 parent cd1dfc6 commit 676c11e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "v0.3.1"
current_version = "v0.3.2"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Agjax -- jax wrapper for autograd-differentiable functions.
`v0.3.1`
`v0.3.2`

Agjax allows existing code built with autograd to be used with the jax framework.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "agjax"
version = "v0.3.1"
version = "v0.3.2"
description = "A jax wrapper for autograd-differentiable functions."
keywords = ["autograd", "jax", "python", "wrapper", "gradient"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/agjax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""agjax - a jax wrapper for autograd-differentiable functions."""

__version__ = "v0.3.1"
__version__ = "v0.3.2"
__author__ = "Martin Schubert <[email protected]>"

__all__ = ["experimental", "wrap_for_jax"]
Expand Down

0 comments on commit 676c11e

Please sign in to comment.