Skip to content

Commit

Permalink
Bump version: 1.1.4 → 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SukiCZ committed Jan 31, 2024
1 parent 9f4e276 commit 912cf17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boardgamegeek/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"CacheBackendMemory",
]

__version__ = "1.1.4"
__version__ = "1.1.5"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.4
current_version = 1.1.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="bgg-api",
version="1.1.4",
version="1.1.5",
packages=find_packages(),
license="BSD",
author="Jakub Boukal",
Expand Down

0 comments on commit 912cf17

Please sign in to comment.