From d51fb9d84288ad1a19c902dc096a4d162c40c2d3 Mon Sep 17 00:00:00 2001 From: shono <> Date: Tue, 29 Jun 2021 16:19:51 -0700 Subject: [PATCH] Release 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4259e92..2b2a09a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup(name='mitorch', - version='0.0.1', + version='0.0.2', author='shono', description="MiTorch training framework", url='https://github.com/shonohs/mitorch',