From caf10c38484587df254a83d3c50fdb3d6905e4f9 Mon Sep 17 00:00:00 2001 From: Michael Poli <34561392+Zymrael@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:39:30 +0900 Subject: [PATCH] release ver bump (#110) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4e6587..1c3cfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/setup.py b/setup.py index 1c55468..8572acb 100644 --- a/setup.py +++ b/setup.py @@ -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",