Skip to content

Commit 0e77936

Browse files
committed
update version to 1.1.1
1 parent c3848aa commit 0e77936

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.1.0"
3+
version = "1.1.1"
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,3 +1,3 @@
11
"""Current version of klib."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)