From ebf33a453f2582b379d6ea8d03cf92b219943fcd Mon Sep 17 00:00:00 2001 From: Michael Boyle Date: Wed, 2 Mar 2022 20:38:12 -0500 Subject: [PATCH] Standardize version number [skip tests] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68431ae6..f99342cd 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.0" +version = "2022.0.0" readme = "README.md" license = "MIT" authors = ["Michael Boyle "]