From 921b619db39edaf8767045dcc6b1dbe94e69302a Mon Sep 17 00:00:00 2001 From: "Michael J. Roberts" Date: Tue, 23 May 2023 13:05:33 +0100 Subject: [PATCH] chore: Bump pyproject.toml version => "0.20.0". chore: Bump pyproject.toml version => "0.20.0". --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd34ded..a444cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "celerity" -version = "0.19.0" +version = "0.20.0" description = "Celerity is a lightweight, zero-dependency and type-safe Python library for astronomical calculations." authors = [ "Michael J. Roberts "