There was an error while loading. Please reload this page.
1 parent f87e5b0 commit e64dd62Copy full SHA for e64dd62
setup.py
@@ -5,7 +5,7 @@
5
setup(
6
name = 'django-webpack-loader',
7
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
8
- version = '0.1.1',
+ version = version,
9
description = 'Load your webpack bundles and chunks in django',
10
author = 'Owais Lone',
11
author_email = 'hello@owaislone.org',
0 commit comments