From 0e554210139caceeb14fd2b1cc4b7749339d4d57 Mon Sep 17 00:00:00 2001 From: Andrew Vaccaro Date: Wed, 21 Sep 2022 10:47:35 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc3c0fc..d16e2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "calitp" -version = "2022.9.20a0" +version = "2022.9.21" description = "Shared code for the Cal-ITP data codebases" authors = ["Andrew Vaccaro "] license = "GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007"