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 8ac549c commit 95c95e4Copy full SHA for 95c95e4
cssfinder/__init__.py
@@ -26,4 +26,4 @@
26
27
from __future__ import annotations
28
29
-__version__ = "0.7.0"
+__version__ = "0.8.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry] # ANCHOR: tool.poetry
2
name = "cssfinder"
3
-version = "0.7.0"
+version = "0.8.0"
4
description = "Tool for Hilbert-Schmidt distance calculation with Gilbert algorithm."
5
authors = [
6
"Krzysztof Wiśniewski <[email protected]>",
0 commit comments