Bump version 0.5.1

This commit is contained in:
Wojciech Bartosiak 2017-05-09 00:40:24 +02:00 committed by GitHub
parent 4d00144ca0
commit fd7bbab96d

View file

@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-oidc-provider',
version='0.4.4',
version='0.5.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',
@ -31,6 +31,7 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],