diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-10-31 19:44:12 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-10-31 19:44:12 +0100 |
commit | 9637e0ac2d792a4af14361ba6839db8225c144fb (patch) | |
tree | d4b554ca1d749af493839fefad7c2b2c143411be /pyproject.toml | |
parent | cd69f3b04bd42005a181b5c7459de5ec7f2aa572 (diff) | |
download | meteo_toolbox-9637e0ac2d792a4af14361ba6839db8225c144fb.tar.gz |
horizontal add barb plotsmain
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 d5a60bd..873f19e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "metchart" -version = "0.0.2" +version = "0.0.3" dependencies = [ "metpy", "xarray", |