We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7ab7f commit 1aaf762Copy full SHA for 1aaf762
setup.py
@@ -2,7 +2,7 @@
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.6.1',
+ version = '0.0.7',
6
description = 'Load your webpack bundles and chunks in django',
7
author = 'Owais Lone',
8
author_email = 'hello@owaislone.org',
0 commit comments