diff --git a/setup.py b/setup.py index c94f5ed..16ad413 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'MedPalm', packages = find_packages(exclude=['examples']), - version = '0.0.1', + version = '0.0.2', license='MIT', description = 'MedPalm - Pytorch', author = 'Kye Gomez',