Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
Hopefully a proper 1.0 release isn't too far off now ...
  • Loading branch information
durera committed Aug 6, 2018
1 parent 53c40a2 commit 140b355
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 @@ -35,7 +35,7 @@ def read_md(f):

setup(
name='ibmiotf',
version="0.3.5",
version="0.4.0",
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 @@ -22,7 +22,7 @@
from datetime import datetime
from encodings.base64_codec import base64_encode

__version__ = "0.3.5"
__version__ = "0.4.0"


class Message:
Expand Down

0 comments on commit 140b355

Please sign in to comment.