Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin committed Jan 17, 2025
1 parent 9137821 commit b14ede2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autofd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def scale_by_learning_rate(
"operators",
]

__version__ = "0.0.7" # noqa
__version__ = "0.0.8" # noqa
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ignore = E731

[metadata]
name = autofd
version = 0.0.7
version = 0.0.8
author = "Min Lin"
author_email = "[email protected]"
description = "Automatic Functional Derivative in JAX"
Expand All @@ -36,10 +36,10 @@ classifiers =

[options]
packages = find:
python_requires = >=3.9
python_requires = >=3.10
install_requires =
jax>=0.4.24
jaxtyping>=0.2.21
jax>=0.4.38
jaxtyping>=0.2.36

[options.packages.find]
include = autofd*

0 comments on commit b14ede2

Please sign in to comment.