diff --git a/setup.py b/setup.py index 0a4cc67..9e7eea1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -__version__ = "1.7.2" +__version__ = "1.7.3" # 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']