From 350118f8d7972377132824a58a582ab6ed4ab193 Mon Sep 17 00:00:00 2001 From: JannisNe Date: Mon, 14 Aug 2023 20:53:30 +0200 Subject: [PATCH] bump version --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a7068a0..143e1d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Jannis Necker' # The full version, including alpha/beta/rc tags -release = 'v0.3.13' +release = 'v0.4.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c699ba1..01ac052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timewise" -version = "0.3.13" +version = "0.4.1" description = "A small package to download infrared data from the WISE satellite" authors = ["Jannis Necker "] license = "MIT"