Skip to content

Commit

Permalink
release ver bump (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zymrael committed Jul 26, 2021
1 parent 9334899 commit caf10c3
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.1"
version = "1.0.0"
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.1",
version="1.0.0",
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 caf10c3

Please sign in to comment.