From 8c5193cb29f0fdf32b5b523cc8b077aae289ffbd Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:18:20 -0700 Subject: [PATCH] v1.3.0 python version and matrix os --- CITATION.cff | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 5cd8c4e..74dce98 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,5 +4,5 @@ authors: - family-names: "Schneck, Schneck" given-names: "Cora Y, Una G" title: "Pydar: Cassini RADAR data extraction software" -version: 1.2.0 +version: 1.3.0 url: "https://github.com/unaschneck/pydar" diff --git a/setup.py b/setup.py index 88f7c14..d518a9b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # Python Package Setup from setuptools import setup, find_namespace_packages -VERSION="1.2.0" +VERSION="1.3.0" DESCRIPTION="A Python package to access, download, view, and manipulate Cassini RADAR images" with open("README.md", "r") as f: @@ -30,6 +30,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Intended Audience :: Education", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Physics",