Skip to content

Commit 7aadac8

Browse files
authored
Merge pull request #23 from pvernier/upgrade-version
Bump to version 0.1.6
2 parents faccdfc + df3a075 commit 7aadac8

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)