Skip to content

Commit caf10c3

Browse files
authored
release ver bump (#110)
1 parent 9334899 commit caf10c3

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