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 cfde1a0 commit 0989aebCopy full SHA for 0989aeb
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.1',
+ version = '0.1.1',
6
description = 'Load your webpack bundles and chunks in django',
7
author = 'Owais Lone',
8
author_email = 'hello@owaislone.org',
0 commit comments