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"