diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-31 19:09:15 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-31 19:09:15 +0100 |
commit | cd69f3b04bd42005a181b5c7459de5ec7f2aa572 (patch) | |
tree | 03a95327967a8d201b68f5f256c54391734d674a /pyproject.toml | |
parent | e832421e29cf408ced155a250f7da2b113c708e2 (diff) | |
download | meteo_toolbox-cd69f3b04bd42005a181b5c7459de5ec7f2aa572.tar.gz |
diff modifier
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d5f2744..d5a60bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "metchart" -version = "0.0.1" +version = "0.0.2" dependencies = [ "metpy", "xarray", |