From 96a0971aa00491fa5d288baaa757e178c4d3ba9f Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Sat, 2 Sep 2023 17:14:04 -0400 Subject: [PATCH] tag version 1.3.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 012e62c..ec60bd4 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.3.3", + version="1.3.4", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",