From 4616ac693c088871ff597a3493a288e9c2fb9cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Dunand?= <aurelien.dunand@tdf.fr> Date: Tue, 5 Mar 2019 17:07:19 +0100 Subject: [PATCH] Released version 20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Dunand <aurelien.dunand@tdf.fr> --- sjrpc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py index 5f4da16..d201d9f 100644 --- a/sjrpc/__init__.py +++ b/sjrpc/__init__.py @@ -31,4 +31,4 @@ The library is separated into three parts: * **utils** package contains some helpers used in previous libraries. """ -__version__ = '19' +__version__ = '20' -- GitLab