Skip to content

Commit

Permalink
version file
Browse files Browse the repository at this point in the history
  • Loading branch information
floriscalkoen committed Jul 5, 2024
1 parent 13ee0ae commit 04db958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ Homepage = "https://github.com/florisCalkoen/coastpy"
source = "vcs"

[tool.hatch.build.hooks.vcs]
version-file = "src/coastpy/__init__.py"
version-file = "src/coastpy/_version.py"


[tool.ruff]
line-length = 88
Expand Down
1 change: 0 additions & 1 deletion src/coastpy/libs/stac_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
Generate STAC Collections for tabular datasets.
"""

__version__ = "1.0.0"
import copy
import enum
from typing import TypeVar
Expand Down

0 comments on commit 04db958

Please sign in to comment.