Skip to content

Commit

Permalink
0.5.1 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zymrael committed Jul 23, 2021
1 parent f4f9441 commit c1afd7a
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 = "0.5.0"
version = "0.5.1"
license = "Apache License, Version 2.0"
description = "Your PyTorch package for neural differential equations"
authors = ["Michael Poli", "Stefano Massaroli", ]
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="0.5.0",
version="0.5.1",
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 c1afd7a

Please sign in to comment.