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 b9c9a71 commit 9fb0dccCopy full SHA for 9fb0dcc
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "klib"
3
-version = "1.2.0"
+version = "1.3.1"
4
description = "Common data preprocessing and visualisation functions."
5
authors = ["Andreas Kanz <[email protected]>"]
6
license = "MIT"
src/klib/_version.py
@@ -1,3 +1,3 @@
"""Current version of klib."""
-__version__ = "1.2.0"
+__version__ = "1.3.1"
0 commit comments