Skip to content

Commit

Permalink
[Versioning] Update to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Zymrael committed Feb 13, 2023
1 parent 201026a commit cc7a90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cc7a90d

Please sign in to comment.