From 3d6b9ea4f9fcc69faa185ff332cb781c83179c5c Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Sun, 26 Jan 2025 13:41:20 -0500 Subject: [PATCH] tag version 1.4.3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93e17f1..3f5f59d 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.4.3.3", + version="1.4.3.4", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",