From e5b4b0e0ec208273f91e6a92ade5a7bd9057446f Mon Sep 17 00:00:00 2001 From: alicjapolanska Date: Wed, 1 May 2024 14:24:43 +0100 Subject: [PATCH] Update package version. --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 465bddf1..c5e1599f 100644 --- a/setup.py +++ b/setup.py @@ -40,18 +40,18 @@ def read_file(file): setup( classifiers=[ - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.10", "Operating System :: OS Independent", "Intended Audience :: Developers", "Intended Audience :: Science/Research", ], name="harmonic", - version="1.1.1", + version="1.2.1", prefix=".", url="https://github.com/astro-informatics/harmonic", - author="Jason D. McEwen, Christopher G. R. Wallis, Matthew A. Price, Matthew M. Docherty & Contributors", + author="Jason D. McEwen, Alicja Polanska, Christopher G. R. Wallis, Matthew A. Price, Matthew M. Docherty & Contributors", author_email="jason.mcewen@ucl.ac.uk", license="GNU General Public License v3 (GPLv3)", install_requires=required,