Skip to content

Commit 22fe52a

Browse files
authoredMar 14, 2023
Merge pull request #18 from pvernier/upgrade-version
Bump version to 0.1.5
2 parents 15a1fb1 + c212bf4 commit 22fe52a

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.4"
2+
__version__ = "0.1.5"
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.4"
6+
version = "0.1.5"
77
description = "A Python module to fetch data from the Kobo API"
88
authors = ["pvernier <pvernier82@gmail.com>"]
99
readme = "README.md"

0 commit comments

Comments
 (0)
Please sign in to comment.