Version bump

This commit is contained in:
Fabio Manganiello 2017-12-18 22:45:55 +01:00
parent 86f339cbee
commit 8ea943ffe1
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from .message.request import Request
from .message.response import Response
__author__ = 'Fabio Manganiello <info@fabiomanganiello.com>'
__version__ = '0.3.3'
__version__ = '0.4'
#-----------#

View File

@ -32,7 +32,7 @@ create_etc_dir()
setup(
name = "platypush",
version = "0.3.3",
version = "0.4",
author = "Fabio Manganiello",
author_email = "info@fabiomanganiello.com",
description = ("Platypush service"),