Skip to content

Commit

Permalink
fix version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 26, 2024
1 parent 2ccb6e2 commit 5fa01e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyeva/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import * # noqa

__version__ = "0.2.0"
__version__ = "0.2.2"
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[project]
name = "cyeva"
version = "0.2.1"
description = "A package to evaluate weather forecast correction"
readme = "README.md"
requires-python = ">=3.10, <3.13" # Python 3.13 is not supported yet. See https://github.com/hgrecco/pint/issues/2065
Expand Down Expand Up @@ -33,6 +32,7 @@ classifiers = [
"Framework :: Sphinx",
]
keywords = ["atmospheric-science", "mathmatics"]
dynamic = ["version"]

[project.urls]
Documentation = "https://caiyunapp.github.io/cyeva"
Expand All @@ -53,3 +53,6 @@ package = true
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "cyeva/__init__.py"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fa01e2

Please sign in to comment.