From 0a5731e6ebfe5a338427674455933279aa04c904 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Mar 2022 01:40:58 +0000 Subject: [PATCH] Bump version to v2022.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f99342cd..61dbd78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "scri" description = "Time-dependent functions of spin-weighted spherical harmonics" -version = "2022.0.0" +version = "2022.0.1" readme = "README.md" license = "MIT" authors = ["Michael Boyle "]