From 2e23852911f7be246a210badeb6709c7f3f53434 Mon Sep 17 00:00:00 2001 From: Jesse Mortenson Date: Thu, 26 Oct 2023 18:21:16 -0500 Subject: [PATCH] Bump minor version to test release actions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7e2622a..8119aa5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openstates" -version = "6.17.9" +version = "6.17.10" description = "core infrastructure for the openstates project" authors = ["James Turk "] license = "MIT"