From a448c32d37463694d17a981707d4e966896767e4 Mon Sep 17 00:00:00 2001 From: Jan Griesfeller Date: Thu, 17 Oct 2024 16:37:42 +0200 Subject: [PATCH] bump version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0204dfd..bd45d72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyaro_readers -version = 0.0.10.dev3 +version = 0.0.10.dev4 author = MET Norway description = implementations of pyaerocom reading plugings using pyaro as interface long_description = file: README.md @@ -21,7 +21,7 @@ url = https://github.com/metno/pyaro-readers [options] python_version = >=3.10 install_requires = - pyaro >= 0.0.10 + pyaro >= 0.0.12 geocoder_reverse_natural_earth >= 0.0.2 netCDF4 requests