diff --git a/README.rst b/README.rst index 0ec17aee..137d9285 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ customizable OAuth2\-authentication for your Django projects. Release Notes ============= -1.0.0 +1.0.1 ----- This release contains a backward incompatible change: diff --git a/provider/__init__.py b/provider/__init__.py index 1f356cc5..cd7ca498 100644 --- a/provider/__init__.py +++ b/provider/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.0.1'