From 4cdbb049dfc6313909fe3eae30f7ed2a9ceb75a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Delobelle?= Date: Wed, 18 Oct 2017 16:49:53 +0200 Subject: [PATCH] New version --- allauth_ens/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allauth_ens/__init__.py b/allauth_ens/__init__.py index bcce204..ea98bb8 100644 --- a/allauth_ens/__init__.py +++ b/allauth_ens/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.0.1.dev0' +__version__ = '0.0.1.dev1' default_app_config = 'allauth_ens.apps.ENSAllauthAppConfig'