Skip to content

Commit

Permalink
bump: version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Sep 30, 2021
1 parent d3b7bcb commit 3a40489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "synse-server"
version = "3.4.0"
version = "3.4.1"
description = "An API to monitor and control physical and virtual devices."
authors = ["Erick Daniszewski <erick@vapor.io>"]
license = "GNU General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion synse_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__title__ = 'synse_server'
__version__ = '3.4.0'
__version__ = '3.4.1'
__api_version__ = 'v3'
__description__ = 'An API to monitor and control physical and virtual devices.'
__author__ = 'Vapor IO'
Expand Down

0 comments on commit 3a40489

Please sign in to comment.