diff --git a/README.md b/README.md index 3e1bed9..6845de6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![TorchBlaze](./documentation/static/img/torchblaze.svg) +![TorchBlaze](https://raw.githubusercontent.com/MLH-Fellowship/torchblaze/v1.0.2/documentation/static/img/torchblaze.svg?token=AK7ZFSTALFJP2BHI2SUTJPDAIJPX6) # TorchBlaze [Link to Documentation](https://mlh-fellowship.github.io/torchblaze/) diff --git a/setup.py b/setup.py index 46a756f..f09c9f8 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.1', + version = '1.0.2', packages = find_packages(), # list of all packages install_requires = install_requires, python_requires='>=3.7.0',