From 89a6c79fb9469ed6e263504bd518c3075907b5b0 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Sun, 27 May 2018 19:50:38 +0100 Subject: [PATCH] Bump version. --- socket_io_emitter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket_io_emitter/__init__.py b/socket_io_emitter/__init__.py index 9666fe9..0e13087 100644 --- a/socket_io_emitter/__init__.py +++ b/socket_io_emitter/__init__.py @@ -7,7 +7,7 @@ __author__ = 'Ziya SARIKAYA' __copyright__ = 'Copyright 2014 Ziya SARIKAYA @ziyasal' __license__ = 'MIT License' -__version__ = '0.1.5' +__version__ = '0.1.5.1' __url__ = 'https://github.com/ziyasal/socket.io-python-emitter' __download_url__ = 'https://pypi.org/project/socket.io-emitter/' __description__ = 'Python implementation of socket.io-emitter.'