Skip to content

Commit

Permalink
Prepare 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Oct 25, 2017
1 parent 76d104a commit 1b137c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='ibmiotf',
version="0.3.0",
version="0.3.1",
author='David Parker',
author_email='[email protected]',
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/ibmiotf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1b137c2

Please sign in to comment.