From 36082588372c6e4b8e7736df885414af71aa0e35 Mon Sep 17 00:00:00 2001 From: Robert Stein <rdstein@caltech.edu> Date: Tue, 22 Nov 2022 21:10:55 -0800 Subject: [PATCH] Bump to v0.5.0 --- docs/source/installation.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 6f7e295b0..7b161a854 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -40,7 +40,7 @@ Now you should have installed winterdrp. You can check it worked by opening up p >>> from winterdrp.paths import package_name, __version__ >>> print(f"This is the {package_name} package, version {__version__}") - This is the winterdrp package, version 0.4.3 + This is the winterdrp package, version 0.5.0 Non-python dependencies ----------------------- diff --git a/pyproject.toml b/pyproject.toml index 434aec40e..310ec9372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "winterdrp" -version = "0.4.3" +version = "0.5.0" description = "Modular open-source astronomy image reduction framework" authors = ["Robert Stein <rdstein@caltech.edu>", "Viraj Karambelkar <viraj@astro.caltech.edu>"] license = "MIT"