From 73587a86a099aa9c29e57959fc2bdc3ad09a30d0 Mon Sep 17 00:00:00 2001 From: Benjamin Hugo Date: Wed, 24 Aug 2022 09:49:18 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e33a0a..e916b17 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def readme(): return f.read() setup(name='astro-pyxis', - version='1.7.4.3', + version='1.7.5', python_requires='>=3.0.0', description='Python Extensions for astronomical Interferometry Scripting', author='Oleg Smirnov',