Skip to content

Commit

Permalink
Merge pull request #39 from greglucas/py312-release
Browse files Browse the repository at this point in the history
REL: Prepare for 0.8 release supporting Python 3.12
  • Loading branch information
greglucas authored Oct 3, 2023
2 parents c046bf4 + e07986f commit cb6a098
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors:
Atmospheric and Space Physics (LASP)
orcid: "https://orcid.org/0000-0003-1331-1863"
title: "pymsis"
version: v0.7.0
version: v0.8.0
doi: 10.5281/zenodo.5348502
date-released: 2023-01-27
date-released: 2023-10-03
url: "https://github.com/SWxTREC/pymsis"
2 changes: 1 addition & 1 deletion pymsis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Python interface to the MSIS codes."""


__version__ = "0.7.0"
__version__ = "0.8.0"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ requires = [

[project]
name = "pymsis"
version = "0.7.0"
version = "0.8.0"
description = "A Python wrapper around the NRLMSIS model."
readme = "README.md"
license = {file = "LICENSE"}
keyword = ["MSIS2", "NRLMSIS"]
authors = [{name = "Greg Lucas", email = "[email protected]"}]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand Down Expand Up @@ -69,7 +69,7 @@ test-requires = "pytest"
test-command = "pytest --pyargs pymsis"

[tool.ruff]
target-version = "py38"
target-version = "py39"
select = ["B", "D", "E", "F", "I", "N", "S", "W", "PL", "PT", "UP", "RUF", "ANN"]
ignore = ["B028", "D203", "D212", "PLR0913", "S310"]

Expand Down

0 comments on commit cb6a098

Please sign in to comment.