Skip to content

Commit

Permalink
Add init file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgil committed Aug 1, 2022
1 parent bb3b51a commit 85a36ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='grad-cam',
version='1.4.0',
version='1.4.2',
author='Jacob Gildenblat',
author_email='[email protected]',
description='Many Class Activation Map methods implemented in Pytorch for classification, segmentation, object detection and more',
Expand All @@ -23,7 +23,7 @@
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
packages=setuptools.find_packages(exclude=["tutorials"]),
packages=setuptools.find_packages(exclude=["*tutorials*"]),
python_requires='>=3.6',
install_requires=requirements
)

0 comments on commit 85a36ee

Please sign in to comment.