Skip to content

Commit a3c5bc9

Browse files
committed
Bumped version.. again.
1 parent 0989aeb commit a3c5bc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
from distutils.core import setup
2+
3+
version = '0.1.2'
4+
25
setup(
36
name = 'django-webpack-loader',
47
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
58
version = '0.1.1',
69
description = 'Load your webpack bundles and chunks in django',
710
author = 'Owais Lone',
811
author_email = 'hello@owaislone.org',
9-
download_url = 'https://github.com/owais/django-webpack-loader/tarball/0.0.3',
12+
download_url = 'https://github.com/owais/django-webpack-loader/tarball/{}'.format(version),
1013
url = 'https://github.com/owais/django-webpack-loader', # use the URL to the github repo
1114
keywords = ['django', 'webpack', 'assets'], # arbitrary keywords
1215
data_files = [("", ["LICENSE"])],

0 commit comments

Comments
 (0)