diff --git a/LICENSE b/LICENSE index eef5213..4e92d33 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2016 Juan Ignacio Fiorentino +Copyright (c) 2014-2017 Juan Ignacio Fiorentino Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 41c51fd..ba1fc50 100644 --- a/setup.py +++ b/setup.py @@ -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.2', + version='0.4.3', packages=find_packages(), include_package_data=True, license='MIT License',