From 653af8c62af473794cba5424013708d2483817f3 Mon Sep 17 00:00:00 2001 From: "Michael J. Roberts" Date: Thu, 18 May 2023 14:59:06 +0100 Subject: [PATCH] chore: Bump pyproject.toml version => "0.16.0". chore: Bump pyproject.toml version => "0.16.0". --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4960aaa..44aa8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "celerity" -version = "0.15.0" +version = "0.16.0" description = "Celerity is a lightweight, zero-dependency and type-safe Python library for astronomical calculations." authors = [ "Michael J. Roberts "