From 70f43c4b752fa2fc3ff6ea984759229b8c26470f Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Tue, 14 Jan 2025 19:12:50 -0800 Subject: [PATCH] 1.8.2 :package: --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 34fe8b7..b8cd6ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ahk -version = 1.8.1 +version = 1.8.2 author_email = spencer.young@spyoung.com author = Spencer Young description = A Python wrapper for AHK @@ -35,6 +35,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Typing :: Typed [options]