Skip to content

Commit

Permalink
Merge pull request #98 from MLH-Fellowship/v1.0.2
Browse files Browse the repository at this point in the history
V1.0.2
  • Loading branch information
amansharma2910 authored Feb 26, 2021
2 parents 4b43040 + 2163432 commit 421629d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 421629d

Please sign in to comment.