From 09a68ab1e9928de21415caa0d3b77f6e59e5de74 Mon Sep 17 00:00:00 2001 From: Owl Automaton Date: Fri, 29 Mar 2019 20:33:40 +0300 Subject: [PATCH] Release: 0.0.12-alpha --- transport_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport_proxy.py b/transport_proxy.py index 2d91860..d88cbe7 100755 --- a/transport_proxy.py +++ b/transport_proxy.py @@ -15,7 +15,7 @@ __author__ = "Yury D." __credits__ = ["Yury D.", "Pavel Lutskov", "Yury Alexeev"] __license__ = "MIT" -__version__ = "0.0.11-alpha" +__version__ = "0.0.12-alpha" __maintainer__ = "Yury D." __email__ = "SoulGate@yandex.ru" __status__ = "Alpha"