Skip to content

Commit cc7a90d

Browse files
committed
[Versioning] Update to 1.0.4
1 parent 201026a commit cc7a90d

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 = "1.0.3"
3+
version = "1.0.4"
44
license = "Apache License, Version 2.0"
55
description = "A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods."
66
authors = ["Michael Poli", "Stefano Massaroli", "DiffEqML"]

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="1.0.3",
18+
version="1.0.4",
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)