From e5b4b0e0ec208273f91e6a92ade5a7bd9057446f Mon Sep 17 00:00:00 2001 From: alicjapolanska Date: Wed, 1 May 2024 14:24:43 +0100 Subject: [PATCH 1/2] 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, From 9898dbebb1058d49824eeb1ca6214c8557a19bdc Mon Sep 17 00:00:00 2001 From: alicjapolanska Date: Wed, 1 May 2024 14:52:51 +0100 Subject: [PATCH 2/2] Add Python 3.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5e1599f..2cd89cf1 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def read_file(file): classifiers=[ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", "Intended Audience :: Developers", "Intended Audience :: Science/Research",