From a47c32751280d991716659b1f50b2d0d86e5befd Mon Sep 17 00:00:00 2001 From: chris48s Date: Tue, 12 Nov 2024 13:15:10 +0000 Subject: [PATCH] 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28aa088..68627ec 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def _get_description(): setup( name="uk_election_ids", - version="0.9.0", + version="0.9.1", author="chris48s", license="MIT", url="https://github.com/DemocracyClub/uk-election-ids/",