From 16ce767d0902d21f6621dc86f772a857ba7ab768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 2 Mar 2016 16:48:48 +0100 Subject: [PATCH] v0.5.5 Added CLI --- senpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senpy/__init__.py b/senpy/__init__.py index 2ea8c68..9f3655c 100644 --- a/senpy/__init__.py +++ b/senpy/__init__.py @@ -18,4 +18,4 @@ Sentiment analysis server in Python """ -__version__ = "0.5.5rc1" +__version__ = "0.5.5"