Skip to content

Commit 15f6e73

Browse files
authored
Update for v1.3 release
1 parent 47b4279 commit 15f6e73

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
@@ -3,11 +3,11 @@
33
setup(
44
name='django-multiurl',
55
py_modules=['multiurl'],
6-
version='1.2.0',
6+
version='1.3.0',
77
description='Allow multiple views to match the same URL.',
88
license='BSD',
99
url='https://github.com/raiderrobert/django-multiurl',
10-
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.2.0',
10+
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.3.0',
1111
author='Jacob Kaplan-Moss and Robert Roskam',
1212
author_email='raiderrobert@gmail.com',
1313
install_requires=['django>=1.11'],

0 commit comments

Comments
 (0)