Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nottombrown committed Jan 31, 2018
1 parent 66a518d commit 48c6dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup

setup(name='imagenet-stubs',
version='0.0.6',
version='0.0.7',
author='Tom Brown',
author_email='[email protected]',
packages=['imagenet_stubs'],
package_data={'': ['imagenet_stubs/images/*']},
package_data={'imagenet_stubs': ['images/*.jpg']},
include_package_data=True,
)

0 comments on commit 48c6dca

Please sign in to comment.