diff --git a/pyproject.toml b/pyproject.toml index 48ebb84..b7cec7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchdyn" -version = "1.0.3" +version = "1.0.4" license = "Apache License, Version 2.0" description = "A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods." authors = ["Michael Poli", "Stefano Massaroli", "DiffEqML"] diff --git a/setup.py b/setup.py index 8cca816..f55365c 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="torchdyn", - version="1.0.3", + version="1.0.4", author="Michael Poli and Stefano Massaroli", description="PyTorch package for all things neural differential equations.", url="https://github.com/DiffEqML/torchdyn",