Skip to content

Commit d17a406

Browse files
author
github-actions
committed
0.4.3
Automatically generated by python-semantic-release
1 parent 441db19 commit d17a406

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.3 (2024-06-24)
6+
7+
### Fix
8+
9+
* Fix license classifier ([#11](https://github.com/python-kasa/kasa-crypt/issues/11)) ([`441db19`](https://github.com/python-kasa/kasa-crypt/commit/441db19ec3b66e7623d3ce0ca16e36a675b1ccb1))
10+
511
## v0.4.2 (2024-05-07)
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.2"
3+
version = "0.4.3"
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.2"
1+
__version__ = "0.4.3"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)