Skip to content

Commit e2ccf18

Browse files
committed
Bump version
1 parent bc29e47 commit e2ccf18

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.14

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyown"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Python wrapper for OpenWebNet protocol"
55
authors = [{ name = "John Toniutti", email = "[email protected]" }]
66
requires-python = ">=3.11.4"
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
"Topic :: Home Automation",
2324
"Topic :: Software Development :: Libraries :: Python Modules",
2425
"Typing :: Typed",

0 commit comments

Comments
 (0)