From 77ae0791f3a0f957fea09e2f7d6d0105d59f6f02 Mon Sep 17 00:00:00 2001 From: Kaspar Kask Date: Fri, 1 Sep 2017 12:15:23 +0300 Subject: [PATCH] Try Travis deploy --- tg_react/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg_react/__init__.py b/tg_react/__init__.py index 95492ea..61bfa0e 100644 --- a/tg_react/__init__.py +++ b/tg_react/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.2' +__version__ = '1.0.3' default_app_config = 'tg_react.apps.TgReactConfig'