From 86d78d79bbaae979efe7aea7ce26e304afc0e929 Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Sat, 20 May 2023 17:44:45 -0400 Subject: [PATCH] tag version 1.2.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 252aa16..49987af 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.5", + version="1.2.6", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",