Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 4aa1ff9

Browse files
committed
Update version number
1 parent 5dbf98b commit 4aa1ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysmartapp/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Define constants used in the SmartApp."""
22

33
__title__ = "pysmartapp"
4-
__version__ = "0.3.4"
4+
__version__ = "0.3.5"
55

66
LIFECYCLE_PING = 'PING'
77
LIFECYCLE_CONFIG = 'CONFIGURATION'

0 commit comments

Comments
 (0)