Skip to content

Commit 8c5193c

Browse files
committed
v1.3.0 python version and matrix os
1 parent bdf9799 commit 8c5193c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ authors:
44
- family-names: "Schneck, Schneck"
55
given-names: "Cora Y, Una G"
66
title: "Pydar: Cassini RADAR data extraction software"
7-
version: 1.2.0
7+
version: 1.3.0
88
url: "https://github.com/unaschneck/pydar"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Python Package Setup
44
from setuptools import setup, find_namespace_packages
55

6-
VERSION="1.2.0"
6+
VERSION="1.3.0"
77
DESCRIPTION="A Python package to access, download, view, and manipulate Cassini RADAR images"
88

99
with open("README.md", "r") as f:
@@ -30,6 +30,7 @@
3030
"Programming Language :: Python :: 3.9",
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3334
"Intended Audience :: Education",
3435
"Intended Audience :: Science/Research",
3536
"Topic :: Scientific/Engineering :: Physics",

0 commit comments

Comments
 (0)