We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3848aa commit 0e77936Copy full SHA for 0e77936
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "klib"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Customized data preprocessing functions for frequent tasks."
5
authors = ["Andreas Kanz <[email protected]>"]
6
license = "MIT"
src/klib/_version.py
@@ -1,3 +1,3 @@
"""Current version of klib."""
-__version__ = "1.1.0"
+__version__ = "1.1.1"
0 commit comments