From cc7a90d891da6fa1ee8a235aa8f3ea9e3be7f568 Mon Sep 17 00:00:00 2001 From: Zymrael Date: Mon, 13 Feb 2023 13:54:48 +0900 Subject: [PATCH] [Versioning] Update to 1.0.4 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ebb84..b7cec7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/setup.py b/setup.py index 8cca816..f55365c 100644 --- a/setup.py +++ b/setup.py @@ -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",