From a8dcdc32b43e65fa4229c90bf477a4f13be51e18 Mon Sep 17 00:00:00 2001 From: JannisNe Date: Mon, 2 Oct 2023 13:29:48 +0200 Subject: [PATCH] bump version to satisfy pypi --- 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 1705efb..ced3883 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Jannis Necker' # The full version, including alpha/beta/rc tags -release = 'v0.4.6' +release = 'v0.4.7' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index dee6e28..d5a9a3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timewise" -version = "0.4.6" +version = "0.4.7" description = "A small package to download infrared data from the WISE satellite" authors = ["Jannis Necker "] license = "MIT"