We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15a1fb1 + c212bf4 commit 22fe52aCopy full SHA for 22fe52a
pykobo/__version__.py
@@ -1,3 +1,3 @@
1
__title__ = "pykobo"
2
-__version__ = "0.1.4"
+__version__ = "0.1.5"
3
__license__ = "MIT"
pyproject.toml
@@ -3,7 +3,7 @@ name = "pykobo"
packages = [
4
{ include = "pykobo" },
5
]
6
-version = "0.1.4"
+version = "0.1.5"
7
description = "A Python module to fetch data from the Kobo API"
8
authors = ["pvernier <pvernier82@gmail.com>"]
9
readme = "README.md"
0 commit comments