diff --git a/setup.py b/setup.py index 31da821..46a756f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup ( name = 'torchblaze', description = 'A CLI-based python package that provides a suite of functionalities to perform end-to-end ML using PyTorch.', - version = '1.0.0', + version = '1.0.1', packages = find_packages(), # list of all packages install_requires = install_requires, python_requires='>=3.7.0',