From 023372f5116b58d28c33365917a098125035adfd Mon Sep 17 00:00:00 2001 From: Benjamin Hugo Date: Mon, 3 Jan 2022 20:26:16 +0200 Subject: [PATCH] Bump version Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0bf7cf..5797f23 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): return f.read() setup(name='astro-pyxis', - version='1.7.3', + version='1.7.4.1', python_requires='>=3.0.0', description='Python Extensions for astronomical Interferometry Scripting', author='Oleg Smirnov',