diff --git a/synse/__init__.py b/synse/__init__.py index 1ec98eb..5fdb837 100644 --- a/synse/__init__.py +++ b/synse/__init__.py @@ -1,7 +1,7 @@ """synse - a Python client for interacting with Synse Server.""" __title__ = 'synse' -__version__ = '1.0.0' +__version__ = '1.0.1' __description__ = 'The official Python client for interacting with the Synse Server API.' __author__ = 'Vapor IO' __author_email__ = 'erick@vapor.io'