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

Commit b64e5a6

Browse files
committed
Bump 0.3.3
1 parent 900b939 commit b64e5a6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.linting.pylintEnabled": true
3+
}

pysmartapp/const.py

Lines changed: 1 addition & 1 deletion
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.2"
4+
__version__ = "0.3.3"
55

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

0 commit comments

Comments
 (0)