Bump version v0.4.3.

This commit is contained in:
Ignacio Fiorentino 2016-11-02 12:28:39 -03:00
parent 21fb1aae98
commit 4155638226
2 changed files with 2 additions and 2 deletions

View file

@ -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

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.2',
version='0.4.3',
packages=find_packages(),
include_package_data=True,
license='MIT License',