Skip to content

Commit ae4bc3e

Browse files
committed
0.0.3
1 parent 8c68597 commit ae4bc3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2',
5+
version = '0.0.3',
66
description = 'Load your webpack bundles and chunks in django',
77
author = 'Owais Lone',
88
author_email = 'hello@owaislone.org',
9-
download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.2',
9+
download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.3',
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)