From 5d9f0cb3183fcb491dc3bd1c99f6edb0b1a40d16 Mon Sep 17 00:00:00 2001 From: imedan Date: Tue, 3 Oct 2023 12:07:11 -0500 Subject: [PATCH] bump to 2.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97f70df..80460af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-mugatu" -version = "2.2.1" +version = "2.2.2" description = "Package to read, write and validate FPS designs" authors = ["Ilija Medan"] license = "BSD 3-Clause License"