Skip to content

Commit c708c4c

Browse files
authored
Merge pull request #202 from atong01/v1.0.6
Bump version
2 parents d6772ab + b026cde commit c708c4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "torchdyn"
3-
version = "1.0.5"
3+
version = "1.0.6"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="torchdyn",
18-
version="1.0.5",
18+
version="1.0.6",
1919
author="Michael Poli and Stefano Massaroli",
2020
description="PyTorch package for all things neural differential equations.",
2121
url="https://github.com/DiffEqML/torchdyn",

torchdyn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
__version__ = '1.0.5'
13+
__version__ = '1.0.6'
1414
__author__ = 'Michael Poli, Stefano Massaroli et al.'
1515

1616
from torch import Tensor

0 commit comments

Comments
 (0)