File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Library for creating Stream Deck plugins in Python.
30
30
* MacOS: 10.14 or later
31
31
* Windows: 10 or later
32
32
33
- ** Supported Stream Deck application:** 6.0, 6.1
33
+ ** Supported Stream Deck application:** 6.0, 6.1, 6.2
34
34
35
35
** Supported Python:** 3.7 or later
36
36
Original file line number Diff line number Diff line change 1
1
import setuptools
2
2
3
- VERSION = "0.3.1 "
3
+ VERSION = "0.3.2 "
4
4
PACKAGE_DIR = "src"
5
5
REQUIREMENTS_FILE = PACKAGE_DIR + "/requirements.txt"
6
6
README = "README.md"
Original file line number Diff line number Diff line change 1
- decohints > =1.0.9
2
- pydantic > =1.10.7
3
- typing_extensions > =4.5.0
4
- websocket-client > =1.5.1
1
+ decohints = =1.0.9
2
+ pydantic = =1.10.7
3
+ typing_extensions = =4.5.0
4
+ websocket-client = =1.5.1
You can’t perform that action at this time.
0 commit comments