Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
raiderrobert committed Aug 10, 2021
1 parent 8c93175 commit e0163cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name='django-multiurl',
py_modules=['multiurl'],
version='1.4.0',
version='1.5.0',
description='Allow multiple views to match the same URL.',
long_description=open("README.rst").read(),
long_description_content_type='text/x-rst',
license='BSD',
url='https://github.com/raiderrobert/django-multiurl',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.4.0',
download_url='https://github.com/raiderrobert/django-multiurl/tarball/v1.5.0',
author='Jacob Kaplan-Moss and Robert Roskam',
author_email='[email protected]',
install_requires=['django>=1.11'],
Expand Down

0 comments on commit e0163cd

Please sign in to comment.