Skip to content

Commit 48e07fc

Browse files
committed
Bumped version
1 parent 57a2c65 commit 48e07fc

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
@@ -1,12 +1,12 @@
11
from distutils.core import setup
22

3-
version = '0.1.4'
3+
version = '0.2.0'
44

55
setup(
66
name = 'django-webpack-loader',
77
packages = ['webpack_loader', 'webpack_loader/templatetags', 'webpack_loader/contrib'],
88
version = version,
9-
description = 'Load your webpack bundles and chunks in django',
9+
description = 'Transparently use webpack with django',
1010
author = 'Owais Lone',
1111
author_email = '[email protected]',
1212
download_url = 'https://github.com/owais/django-webpack-loader/tarball/{}'.format(version),

0 commit comments

Comments
 (0)