From fdfbb9bc48041a7882a2fe960c22193c65c3df3b Mon Sep 17 00:00:00 2001 From: JannisNe Date: Mon, 22 Aug 2022 11:32:19 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a413c6..430c6cf 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ if __name__ == '__main__': setuptools.setup( name="timewise", - version="0.1.8", + version="0.1.9", author="Jannis Necker", author_email="jannis.necker@gmail.com", description="A small package to download infrared data from the WISE satellite",