Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zymrael committed Aug 16, 2021
1 parent 4b53b3f commit 31fe46f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Contribute to the library with your benchmark and model variants! No need to rei

**Stable** release:

`pip install torchdyn==1.0.0`
`pip install torchdyn==1.0.1`

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "torchdyn"
version = "1.0.0"
version = "1.0.1"
license = "Apache License, Version 2.0"
description = "Your PyTorch package for neural differential equations"
authors = ["Michael Poli", "Stefano Massaroli", ]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="torchdyn",
version="1.0.0",
version="1.0.1",
author="Michael Poli and Stefano Massaroli",
description="PyTorch package for all things neural differential equations.",
url="https://github.com/DiffEqML/torchdyn",
Expand Down

0 comments on commit 31fe46f

Please sign in to comment.