diff --git a/pyproject.toml b/pyproject.toml index 11bd9d97..19995f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "synse-server" -version = "3.3.0" +version = "3.4.0" 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 7c386060..f0d1ee42 100644 --- a/synse_server/__init__.py +++ b/synse_server/__init__.py @@ -3,7 +3,7 @@ """ __title__ = 'synse_server' -__version__ = '3.3.0' +__version__ = '3.4.0' __api_version__ = 'v3' __description__ = 'An API to monitor and control physical and virtual devices.' __author__ = 'Vapor IO'