Skip to content

Commit dcb15fc

Browse files
author
github-actions
committed
0.4.4
Automatically generated by python-semantic-release
1 parent 945a33e commit dcb15fc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

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+
511
## v0.4.3 (2024-06-24)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kasa-crypt"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <[email protected]>"]
66
readme = "README.md"

src/kasa_crypt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.3"
1+
__version__ = "0.4.4"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)