From c6a8006f739197088401e3447f339fde9d2e54e0 Mon Sep 17 00:00:00 2001 From: Spencer Phillip Young Date: Sat, 20 Apr 2024 20:58:52 -0700 Subject: [PATCH] 1.7.0 :package: --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d1b126d..89adfa1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = ahk -version = 1.6.3 +version = 1.7.0 author_email = spencer.young@spyoung.com author = Spencer Young description = A Python wrapper for AHK @@ -34,6 +34,8 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 + Typing :: Typed [options] include_package_data = True