Skip to content

Commit

Permalink
bump: version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Aug 9, 2021
1 parent 0118a6c commit 86dedbf
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.2.1"
version = "3.3.0"
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.2.1'
__version__ = '3.3.0'
__api_version__ = 'v3'
__description__ = 'An API to monitor and control physical and virtual devices.'
__author__ = 'Vapor IO'
Expand Down

0 comments on commit 86dedbf

Please sign in to comment.