Skip to content

Commit

Permalink
pyproject.toml v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Dec 3, 2024
1 parent 9479865 commit d307e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "pyaerocom"
version = "0.25.0.dev0"
version = "0.25.0"
authors = [{ name = "MET Norway" }]
description = "pyaerocom model evaluation software"
classifiers = [
Expand Down Expand Up @@ -111,7 +111,7 @@ filterwarnings = [
# Ignore self-deprecation warnings related to plotting
'ignore:matplotlib based plotting is no longer directly supported. This (function|class) may be removed in future versions\.:DeprecationWarning:(pyaerocom|tests):',
# and not on this list
"ignore:Using DEFAULT_SPHERICAL_EARTH_RADIUS:UserWarning:iris.*:", # Issue #1394
"ignore:Using DEFAULT_SPHERICAL_EARTH_RADIUS:UserWarning:iris.*:", # Issue #1394
]

[tool.coverage.run]
Expand Down

0 comments on commit d307e0a

Please sign in to comment.