Skip to content

Commit ba6ebbc

Browse files
committed
Bump package version to 4.1.0
Update version from 4.0.4 to 4.1.0 in knowledge/__init__.py and pyproject.toml to reflect the new release.
1 parent 16d4f4d commit ba6ebbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

knowledge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__maintainer__ = ["Markus Weber"]
1818
__email__ = "markus.weber@wacom.com"
1919
__status__ = "beta"
20-
__version__ = "4.0.4"
20+
__version__ = "4.1.0"
2121

2222
import loguru
2323

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "personal_knowledge_library"
3-
version = "4.0.4"
3+
version = "4.1.0"
44
description = "Library to access Wacom's Personal Knowledge graph."
55
authors = [{ name = "Markus Weber", email = "markus.weber@wacom.com" }]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)