Skip to content

Commit ab072a5

Browse files
committed
v1.0.5
1 parent 5b93fd6 commit ab072a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "klib"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "Customized data preprocessing functions for frequent tasks."
55
authors = ["Andreas Kanz <[email protected]>"]
66
license = "MIT"

src/klib/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Current version of klib"""
2-
__version__ = "1.0.4"
2+
__version__ = "1.0.5"

0 commit comments

Comments
 (0)