There was an error while loading. Please reload this page.
1 parent 8c68597 commit ae4bc3eCopy full SHA for ae4bc3e
setup.py
@@ -2,11 +2,11 @@
2
setup(
3
name = 'django-webpack-loader',
4
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
5
- version = '0.0.2',
+ version = '0.0.3',
6
description = 'Load your webpack bundles and chunks in django',
7
author = 'Owais Lone',
8
author_email = 'hello@owaislone.org',
9
- download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.2',
+ download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.3',
10
url = 'https://github.com/owais/django-webpack-loader', # use the URL to the github repo
11
keywords = ['django', 'webpack', 'assets'], # arbitrary keywords
12
classifiers = [],
0 commit comments