From 64f90595fcb43962aa69c6cab0f1f1a3b1241720 Mon Sep 17 00:00:00 2001 From: YeonwooSung Date: Sun, 25 Apr 2021 00:22:17 +0900 Subject: [PATCH] Ready for releasing the ver 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1d922a..aff0067 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='pyglom', packages=find_packages(), - version='0.0.2', + version='0.0.3', license='MIT', description='PyTorch implementation of GLOM. PyTorch-Lightning version is also available.', author='Yeonwoo Sung',