Skip to content

Commit 7f30854

Browse files
Bump version
1 parent 8c0d6f0 commit 7f30854

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _From a technical point of view, the internal structure of the library is pretty
2121
pip install diffrax
2222
```
2323

24-
Requires Python 3.9+, JAX 0.4.13+, and [Equinox](https://github.com/patrick-kidger/equinox) 0.10.10+.
24+
Requires Python 3.9+, JAX 0.4.13+, and [Equinox](https://github.com/patrick-kidger/equinox) 0.10.11+.
2525

2626
## Documentation
2727

diffrax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@
9393
)
9494

9595

96-
__version__ = "0.4.0"
96+
__version__ = "0.4.1"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ _From a technical point of view, the internal structure of the library is pretty
2020
pip install diffrax
2121
```
2222

23-
Requires Python 3.9+, JAX 0.4.13+, and [Equinox](https://github.com/patrick-kidger/equinox) 0.10.10+.
23+
Requires Python 3.9+, JAX 0.4.13+, and [Equinox](https://github.com/patrick-kidger/equinox) 0.10.11+.
2424

2525
## Quick example
2626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
python_requires = "~=3.9"
4848

49-
install_requires = ["jax>=0.4.13", "equinox>=0.10.10"]
49+
install_requires = ["jax>=0.4.13", "equinox>=0.10.11"]
5050

5151
setuptools.setup(
5252
name=name,

0 commit comments

Comments
 (0)