From 4545cae131f6db99217fd52d0808ca053a012a31 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 28 Mar 2022 15:49:28 +0000 Subject: [PATCH] Bump version to v2022.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61dbd78f..2ad83f40 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.1" +version = "2022.0.2" readme = "README.md" license = "MIT" authors = ["Michael Boyle "]