Skip to content

Commit c1afd7a

Browse files
committed
0.5.1 fixes
1 parent f4f9441 commit c1afd7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "0.5.0"
3+
version = "0.5.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="0.5.0",
18+
version="0.5.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)