Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amansharma2910 authored Mar 6, 2021
1 parent c173205 commit 8f38dfd
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.5',
version = '1.0.6',
packages = find_packages(), # list of all packages
install_requires = install_requires,
python_requires='>=3.7.0',
Expand Down

0 comments on commit 8f38dfd

Please sign in to comment.