From 7d7507dbd73ebbd8b364d8c3dc8cfc516412619e Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Sat, 30 Mar 2024 13:27:09 -0400 Subject: [PATCH] tag version 1.4.1 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index fd2b413..d571ba2 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,6 @@ def read(*filenames, **kwargs): "Development Status :: 4 - Beta", "Programming Language :: C", "Programming Language :: Python", - "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", @@ -95,7 +93,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.4.0", + version="1.4.1", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",