Skip to content

Commit cb30c59

Browse files
committed
v0.3.2: Checked work with Stream Deck application 6.2. Works correctly, support info added to README; Requirements are now fixed
1 parent f16d1f0 commit cb30c59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Library for creating Stream Deck plugins in Python.
3030
* MacOS: 10.14 or later
3131
* Windows: 10 or later
3232

33-
**Supported Stream Deck application:** 6.0, 6.1
33+
**Supported Stream Deck application:** 6.0, 6.1, 6.2
3434

3535
**Supported Python:** 3.7 or later
3636

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
VERSION = "0.3.1"
3+
VERSION = "0.3.2"
44
PACKAGE_DIR = "src"
55
REQUIREMENTS_FILE = PACKAGE_DIR + "/requirements.txt"
66
README = "README.md"

src/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)