We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f9441 commit c1afd7aCopy full SHA for c1afd7a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "torchdyn"
3
-version = "0.5.0"
+version = "0.5.1"
4
license = "Apache License, Version 2.0"
5
description = "Your PyTorch package for neural differential equations"
6
authors = ["Michael Poli", "Stefano Massaroli", ]
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="torchdyn",
18
- version="0.5.0",
+ version="0.5.1",
19
author="Michael Poli and Stefano Massaroli",
20
description="PyTorch package for all things neural differential equations.",
21
url="https://github.com/DiffEqML/torchdyn",
0 commit comments