We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945a33e commit dcb15fcCopy full SHA for dcb15fc
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.4.4 (2024-06-24)
6
+
7
+### Fix
8
9
+* Wheel builds ([#12](https://github.com/python-kasa/kasa-crypt/issues/12)) ([`945a33e`](https://github.com/python-kasa/kasa-crypt/commit/945a33e1950ab79d5a546f1fe0af0ecb1fa70f6b))
10
11
## v0.4.3 (2024-06-24)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "kasa-crypt"
-version = "0.4.3"
+version = "0.4.4"
description = "Fast kasa crypt"
authors = ["J. Nick Koston <nick@koston.org>"]
readme = "README.md"
src/kasa_crypt/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.4.3"
+__version__ = "0.4.4"
from struct import Struct
0 commit comments