diff --git a/pyproject.toml b/pyproject.toml index ddaa1afc..b6d6c738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "synse-server" -version = "3.4.1" +version = "3.4.2" description = "An API to monitor and control physical and virtual devices." authors = ["Erick Daniszewski "] license = "GNU General Public License v3.0" diff --git a/synse_server/__init__.py b/synse_server/__init__.py index 3c9b69d6..b01ca20c 100644 --- a/synse_server/__init__.py +++ b/synse_server/__init__.py @@ -3,7 +3,7 @@ """ __title__ = 'synse_server' -__version__ = '3.4.1' +__version__ = '3.4.2' __api_version__ = 'v3' __description__ = 'An API to monitor and control physical and virtual devices.' __author__ = 'Vapor IO'