From 41556382264ea2ef560bef0c22df7499a0fc8d5f Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Wed, 2 Nov 2016 12:28:39 -0300 Subject: [PATCH] Bump version v0.4.3. --- LICENSE | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',