From 2bd036a2e98ae36233f9b0873f7db8427453d91f Mon Sep 17 00:00:00 2001 From: PrettyWood Date: Thu, 10 Oct 2019 16:19:02 +0200 Subject: [PATCH] [pkg] v0.3.0 - Add `fetcher_kwargs` and use it for s3 endpoint - Rename `extra_kwargs` into `reader_kwargs` - CI and mypy improvements --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c7d3304a..675c5a5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ long_description = Pea Kina author = Toucan Toco author_email = dev@toucantoco.com url = https://github.com/ToucanToco/peakina -version = 0.2.8 +version = 0.3.0 license = BSD classifiers= Intended Audience :: Developers