Skip to content

Commit df3a075

Browse files
author
jvaleroach
committed
Bump to version 0.1.6
1 parent faccdfc commit df3a075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pykobo/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "pykobo"
2-
__version__ = "0.1.5"
2+
__version__ = "0.1.6"
33
__license__ = "MIT"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pykobo"
33
packages = [
44
{ include = "pykobo" },
55
]
6-
version = "0.1.5"
6+
version = "0.1.6"
77
description = "A Python module to fetch data from the Kobo API"
88
authors = ["pvernier <[email protected]>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)