forked from platypush/platypush
Version bump
This commit is contained in:
parent
8c89a10710
commit
6c7c08f7aa
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from getopt import getopt
|
|||
from .message.response import Response
|
||||
|
||||
__author__ = 'Fabio Manganiello <info@fabiomanganiello.com>'
|
||||
__version__ = '0.3.2'
|
||||
__version__ = '0.3.3'
|
||||
|
||||
#-----------#
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ create_etc_dir()
|
|||
|
||||
setup(
|
||||
name = "platypush",
|
||||
version = "0.3.1",
|
||||
version = "0.3.3",
|
||||
author = "Fabio Manganiello",
|
||||
author_email = "info@fabiomanganiello.com",
|
||||
description = ("Platypush service"),
|
||||
|
|
Loading…
Reference in a new issue