Skip to content

Commit

Permalink
v1.3.0 python version and matrix os
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Feb 26, 2024
1 parent bdf9799 commit 8c5193c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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",
Expand Down

0 comments on commit 8c5193c

Please sign in to comment.