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))