Skip to content

Commit d66008f

Browse files
committed
Moved forward version tag
1 parent d9741aa commit d66008f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
from setuptools import setup, find_packages
1+
from setuptools import setup
22

33
setup(
44
name='django-multiurl',
55
py_modules=['multiurl'],
6-
version='1.3.0',
6+
version='1.4.0',
77
description='Allow multiple views to match the same URL.',
88
long_description=open("README.rst").read(),
99
license='BSD',
1010
url='https://github.com/raiderrobert/django-multiurl',
11-
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.3.0',
11+
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.4.0',
1212
author='Jacob Kaplan-Moss and Robert Roskam',
1313
author_email='raiderrobert@gmail.com',
1414
install_requires=['django>=1.11'],

0 commit comments

Comments
 (0)