From d6807bd85b486ae6baa93de5f418ba7efaa78925 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 8 Jan 2018 02:43:46 +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 bc975ae3..bc86bf84 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -15,7 +15,7 @@ from .message.response import Response __author__ = 'Fabio Manganiello ' -__version__ = '0.6.7' +__version__ = '0.6.8' #-----------# diff --git a/setup.py b/setup.py index 0f49a6f6..484f58c8 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ create_etc_dir() setup( name = "platypush", - version = "0.6.7", + version = "0.6.8", author = "Fabio Manganiello", author_email = "info@fabiomanganiello.com", description = ("Platypush service"),