From 1b137c24d058363d6932bbc14a0572ab93d69b2c Mon Sep 17 00:00:00 2001 From: David Parker Date: Wed, 25 Oct 2017 15:54:32 +0100 Subject: [PATCH] Prepare 0.3.1 release --- setup.py | 2 +- src/ibmiotf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 45bde21e..0ee045df 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='ibmiotf', - version="0.3.0", + version="0.3.1", author='David Parker', author_email='parkerda@uk.ibm.com', package_dir={'': 'src'}, diff --git a/src/ibmiotf/__init__.py b/src/ibmiotf/__init__.py index a2437376..9939a10d 100644 --- a/src/ibmiotf/__init__.py +++ b/src/ibmiotf/__init__.py @@ -29,7 +29,7 @@ from datetime import datetime from encodings.base64_codec import base64_encode -__version__ = "0.3.0" +__version__ = "0.3.1" class Message: def __init__(self, data, timestamp=None):