From b7a9dc256d17d42f8486e29adadfe7d85d4044e2 Mon Sep 17 00:00:00 2001 From: Tim Widrick Date: Sat, 28 Jan 2023 14:33:26 -0500 Subject: [PATCH] tag version 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3892c7..3937340 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ def run_setup(with_binary): install_requires = check_dependencies() setup( name="pyyeti", - version="1.2.1", + version="1.2.2", url="http://github.com/twmacro/pyyeti/", license="BSD", author="Tim Widrick",