From 3b94be74a1a288722554fec5972d0bf714709945 Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Mon, 3 Apr 2023 17:08:04 -0400 Subject: [PATCH] tag version 1.2.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4146e66..9906d79 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.2.3", + version="1.2.4", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",