Skip to content

Commit 7409cd8

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent a4c6556 commit 7409cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kasa-crypt"
3-
version = "0.6.3"
3+
version = "1.0.0"
44
license = "Apache-2.0"
55
description = "Fast kasa crypt"
66
authors = [{ name = "J. Nick Koston", email = "[email protected]" }]

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.6.3"
1+
__version__ = "1.0.0"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)