From 912cf175ce1e77d52fb3a62b14706976b81999a8 Mon Sep 17 00:00:00 2001 From: Jakub Boukal Date: Wed, 31 Jan 2024 13:25:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.4=20=E2=86=92=201.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boardgamegeek/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boardgamegeek/__init__.py b/boardgamegeek/__init__.py index 10d0ef7..a36cafd 100644 --- a/boardgamegeek/__init__.py +++ b/boardgamegeek/__init__.py @@ -42,4 +42,4 @@ "CacheBackendMemory", ] -__version__ = "1.1.4" +__version__ = "1.1.5" diff --git a/setup.cfg b/setup.cfg index 671639d..62ecf43 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.4 +current_version = 1.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index 9c4082e..1a113f3 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="bgg-api", - version="1.1.4", + version="1.1.5", packages=find_packages(), license="BSD", author="Jakub Boukal",