Skip to content

Commit eba682c

Browse files
committed
0.0.2
1 parent 0454aae commit eba682c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
setup.cfg
33
setup.py
44
webpack_loader/__init__.py
5+
webpack_loader/apps.py
6+
webpack_loader/signals.py
57
webpack_loader/utils.py
68
webpack_loader/templatetags/__init__.py
79
webpack_loader/templatetags/webpack_loader.py

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
setup(
33
name = 'django-webpack-loader',
44
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
5-
version = '0.0.1',
5+
version = '0.0.2',
66
description = 'Load your webpack bundles and chunks in django',
77
author = 'Owais Lone',
88
author_email = '[email protected]',
9-
download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.1',
9+
download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.2',
1010
url = 'https://github.com/owais/django-webpack-loader', # use the URL to the github repo
1111
keywords = ['django', 'webpack', 'assets'], # arbitrary keywords
1212
classifiers = [],

0 commit comments

Comments
 (0)