From 68a7fef029d1d1d9973bbbfc145430949d3c4006 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 3 Mar 2022 01:36:34 +0000 Subject: [PATCH] Bump version to v2022.0.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c29397a..68431ae6 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 = "2021.10.28.0" +version = "2022.0.0.0" readme = "README.md" license = "MIT" authors = ["Michael Boyle "]