diff --git a/synse_server/__init__.py b/synse_server/__init__.py index 378b15b0..53d0e48b 100644 --- a/synse_server/__init__.py +++ b/synse_server/__init__.py @@ -3,7 +3,7 @@ """ __title__ = 'synse_server' -__version__ = '3.0.2' +__version__ = '3.1.0' __api_version__ = 'v3' __description__ = 'An API to monitor and control physical and virtual devices.' __author__ = 'Vapor IO'