From b861d9e9f5af1fa71809d459d6543a5a3d33e202 Mon Sep 17 00:00:00 2001 From: Sai Durga Kamesh Kota Date: Fri, 26 Feb 2021 22:12:20 +0530 Subject: [PATCH 1/2] 1.0.2 from 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', From 2163432c11d24344799a48f8ce9438745d652859 Mon Sep 17 00:00:00 2001 From: Sai Durga Kamesh Kota Date: Fri, 26 Feb 2021 22:13:48 +0530 Subject: [PATCH 2/2] updated the logo image from relative path to global path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)