Skip to content

Commit

Permalink
chore: auto-sync __version__ with pyproject.toml (#132)
Browse files Browse the repository at this point in the history
auto-sync __version__
  • Loading branch information
LukeWeidenwalker authored Jul 14, 2023
1 parent 42cc33d commit 67c1864
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openeo_processes_dask/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "2023.7.1"
import importlib.metadata

__version__ = importlib.metadata.version("openeo_processes_dask")

0 comments on commit 67c1864

Please sign in to comment.