From 720ab3867309691f1ac5da2424a383d3cf8bbf49 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 25 Dec 2017 17:27:08 +0100 Subject: [PATCH] Version bump --- platypush/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/__init__.py b/platypush/__init__.py index 71fa36ab..7087c1d3 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -15,7 +15,7 @@ from .message.response import Response from .procedure import Procedure __author__ = 'Fabio Manganiello ' -__version__ = '0.6' +__version__ = '0.6.1' #-----------# diff --git a/setup.py b/setup.py index fab9b06e..18a279d4 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ create_etc_dir() setup( name = "platypush", - version = "0.6", + version = "0.6.1", author = "Fabio Manganiello", author_email = "info@fabiomanganiello.com", description = ("Platypush service"),