Skip to content

Commit

Permalink
Moved forward version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
raiderrobert committed Nov 5, 2019
1 parent d9741aa commit d66008f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from setuptools import setup, find_packages
from setuptools import setup

setup(
name='django-multiurl',
py_modules=['multiurl'],
version='1.3.0',
version='1.4.0',
description='Allow multiple views to match the same URL.',
long_description=open("README.rst").read(),
license='BSD',
url='https://github.com/raiderrobert/django-multiurl',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.3.0',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.4.0',
author='Jacob Kaplan-Moss and Robert Roskam',
author_email='[email protected]',
install_requires=['django>=1.11'],
Expand Down

0 comments on commit d66008f

Please sign in to comment.