From 7579b8e30dc367b068e74160870749cd6b7b5229 Mon Sep 17 00:00:00 2001 From: Markus Schepke Date: Sun, 11 Feb 2024 14:43:02 +0200 Subject: [PATCH] v2.22.0 --- board_game_scraper/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board_game_scraper/__version__.py b/board_game_scraper/__version__.py index 92347ca..acfd20e 100644 --- a/board_game_scraper/__version__.py +++ b/board_game_scraper/__version__.py @@ -2,5 +2,5 @@ """Version.""" -VERSION = (2, 21, 0) +VERSION = (2, 22, 0) __version__ = ".".join(map(str, VERSION))