diff --git a/README.md b/README.md index d8d0930..5d78cc5 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/pyproject.toml b/pyproject.toml index b624bc9..c0f086d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/setup.py b/setup.py index 74327a8..564d505 100644 --- a/setup.py +++ b/setup.py @@ -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",