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 5b93fd6 commit ab072a5Copy full SHA for ab072a5
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "klib"
3
-version = "1.0.4"
+version = "1.0.5"
4
description = "Customized data preprocessing functions for frequent tasks."
5
authors = ["Andreas Kanz <[email protected]>"]
6
license = "MIT"
src/klib/_version.py
@@ -1,2 +1,2 @@
"""Current version of klib"""
-__version__ = "1.0.4"
+__version__ = "1.0.5"
0 commit comments