diff --git a/docs/source/conf.py b/docs/source/conf.py index cd8b9ad..b76d8cb 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.1' +release = 'v0.4.2' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 46ec65d..d831fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "timewise" -version = "0.4.1" +version = "0.4.2" description = "A small package to download infrared data from the WISE satellite" authors = ["Jannis Necker "] license = "MIT"