Skip to content

Commit

Permalink
v0.3.2: Checked work with Stream Deck application 6.2. Works correctl…
Browse files Browse the repository at this point in the history
…y, support info added to README; Requirements are now fixed
  • Loading branch information
gri-gus committed May 9, 2023
1 parent f16d1f0 commit cb30c59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Library for creating Stream Deck plugins in Python.
* MacOS: 10.14 or later
* Windows: 10 or later

**Supported Stream Deck application:** 6.0, 6.1
**Supported Stream Deck application:** 6.0, 6.1, 6.2

**Supported Python:** 3.7 or later

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = "0.3.1"
VERSION = "0.3.2"
PACKAGE_DIR = "src"
REQUIREMENTS_FILE = PACKAGE_DIR + "/requirements.txt"
README = "README.md"
Expand Down
8 changes: 4 additions & 4 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
decohints>=1.0.9
pydantic>=1.10.7
typing_extensions>=4.5.0
websocket-client>=1.5.1
decohints==1.0.9
pydantic==1.10.7
typing_extensions==4.5.0
websocket-client==1.5.1

0 comments on commit cb30c59

Please sign in to comment.