From 7b31af78335c379aaac9da32f19b766216247e4d Mon Sep 17 00:00:00 2001 From: JannisNe Date: Thu, 31 Aug 2023 14:04:51 +0200 Subject: [PATCH] change __init__.__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 b76d8cb..a7a1be3 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.2' +release = 'v0.4.2.post1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d831fc6..4551dee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timewise" -version = "0.4.2" +version = "0.4.2.post1" 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 2c72997..cbe23db 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.3.13" +__version__ = "0.4.2.post1"