Skip to content

Commit 3bb0d55

Browse files
committed
Updated setup.py
1 parent 132fb0d commit 3bb0d55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def rel(*parts):
2424
packages = ['webpack_loader', 'webpack_loader/templatetags', 'webpack_loader/contrib'],
2525
version = VERSION,
2626
description = 'Transparently use webpack with django',
27+
long_description=README,
2728
author = 'Owais Lone',
2829
author_email = '[email protected]',
2930
download_url = 'https://github.com/owais/django-webpack-loader/tarball/{0}'.format(VERSION),

webpack_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '0.4.0'
2+
__version__ = '0.4.1'
33

44
default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'

0 commit comments

Comments
 (0)