From 9ae5c2a8334fe8aa4ffb3258124fdf955cebc8a6 Mon Sep 17 00:00:00 2001 From: Michael Poli <34561392+Zymrael@users.noreply.github.com> Date: Thu, 22 Jul 2021 20:37:58 +0900 Subject: [PATCH] testing 0.5.0 (#105) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00b65e8..1ed341e 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="torchdyn", - version="0.4.3", + version="0.5.0", author="Michael Poli and Stefano Massaroli", description="PyTorch package for all things neural differential equations.", url="https://github.com/DiffEqML/torchdyn",