Skip to content

Commit 31fe46f

Browse files
committed
new version
1 parent 4b53b3f commit 31fe46f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Contribute to the library with your benchmark and model variants! No need to rei
3939

4040
**Stable** release:
4141

42-
`pip install torchdyn==1.0.0`
42+
`pip install torchdyn==1.0.1`
4343

4444
Alternatively, you can build a virtual dev environment for `torchdyn` with poetry, following the steps outlined in `Contributing`.
4545

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "torchdyn"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
license = "Apache License, Version 2.0"
55
description = "Your PyTorch package for neural differential equations"
66
authors = ["Michael Poli", "Stefano Massaroli", ]

setup.py

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

1616
setup(
1717
name="torchdyn",
18-
version="1.0.0",
18+
version="1.0.1",
1919
author="Michael Poli and Stefano Massaroli",
2020
description="PyTorch package for all things neural differential equations.",
2121
url="https://github.com/DiffEqML/torchdyn",

0 commit comments

Comments
 (0)