From 912ced8209691f10dd31c1d8dea1bb983fd9f5ff Mon Sep 17 00:00:00 2001 From: "Michael J. Roberts" Date: Fri, 2 Jun 2023 15:20:29 +0100 Subject: [PATCH] chore: Bump pyproject.toml version => "0.23.0". chore: Bump pyproject.toml version => "0.23.0". --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f8761a..eb5b7c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "celerity" -version = "0.22.0" +version = "0.23.0" description = "Celerity is a lightweight, zero-dependency and type-safe Python library for astronomical calculations." authors = [ "Michael J. Roberts "