From 77a59230177d227db8f708b815b678c3866c6e0d Mon Sep 17 00:00:00 2001 From: Benjamin Hugo Date: Tue, 4 Jan 2022 20:07:28 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c64bf1b..cbfe6df 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -__version__ = "1.7.0" +__version__ = "1.7.1" # PyQt 5 has not been added here are. It needs to be installed via apt-get which is a Tigger v1.6.0 requirement. requirements = ['astro_kittens', 'numpy', 'scipy', 'astlib', 'astropy', 'future', 'python-casacore']