Skip to content

Commit 754dd79

Browse files
Bump version
1 parent 0f4e130 commit 754dd79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[project]
22
name = "diffrax"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "GPU+autodiff-capable ODE/SDE/CDE solvers written in JAX."
55
readme = "README.md"
66
requires-python ="~=3.9"
77
license = {file = "LICENSE"}
88
authors = [
99
{name = "Patrick Kidger", email = "contact@kidger.site"},
1010
]
11-
keywords = ["jax", "dynamical-systems", "differential-equations", "deep-learning", "equinox", "neural-differential-equations"]
11+
keywords = ["jax", "dynamical-systems", "differential-equations", "deep-learning", "equinox", "neural-differential-equations", "diffrax"]
1212
classifiers = [
1313
"Development Status :: 3 - Alpha",
1414
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)