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",