From 6f64081f601f5b12475c7503321f4a7b4b1412aa Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Sun, 23 Jul 2023 14:49:26 -0400 Subject: [PATCH] tag version 1.3.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24b4d8f..44d5535 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ def read(*filenames, **kwargs): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Natural Language :: English", @@ -96,7 +97,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.2.9", + version="1.3.0", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",