Skip to content

Commit

Permalink
Merge pull request #97 from MLH-Fellowship/v1.0.1
Browse files Browse the repository at this point in the history
1.0.1 from 1.0.0
  • Loading branch information
amansharma2910 authored Feb 26, 2021
2 parents 28e2dea + 1bb9909 commit 4b43040
Showing 1 changed file with 1 addition and 1 deletion.
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.0',
version = '1.0.1',
packages = find_packages(), # list of all packages
install_requires = install_requires,
python_requires='>=3.7.0',
Expand Down

0 comments on commit 4b43040

Please sign in to comment.