From 0d38fb54b72ccb3644526e133fbd679fd9f209fd Mon Sep 17 00:00:00 2001 From: Andrzej Pragacz Date: Mon, 25 Feb 2019 22:18:59 +0100 Subject: [PATCH] Bumped version to 0.4.1 [skip ci] --- rest_registration/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_registration/__init__.py b/rest_registration/__init__.py index e94fab5..ed5adb1 100644 --- a/rest_registration/__init__.py +++ b/rest_registration/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" default_app_config = 'rest_registration.apps.RestRegistrationConfig'