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',