From 009b759459be37fb45004451a898fd7f4756d8a9 Mon Sep 17 00:00:00 2001 From: JannisNe Date: Tue, 9 Jan 2024 10:17:58 +0100 Subject: [PATCH] bump version --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- timewise/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 86af4f1..b70407e 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.9' +release = 'v0.4.10' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a596d8f..7dac8ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timewise" -version = "0.4.9" +version = "0.4.10" description = "A small package to download infrared data from the WISE satellite" authors = ["Jannis Necker "] license = "MIT" diff --git a/timewise/__init__.py b/timewise/__init__.py index aee2726..ad00a4a 100644 --- a/timewise/__init__.py +++ b/timewise/__init__.py @@ -2,4 +2,4 @@ from timewise.wise_bigdata_desy_cluster import WISEDataDESYCluster from timewise.parent_sample_base import ParentSampleBase -__version__ = "0.4.9" +__version__ = "0.4.10"