Skip to content

Commit 95c95e4

Browse files
committed
Bump version to 0.8.0
1 parent 8ac549c commit 95c95e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cssfinder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626

2727
from __future__ import annotations
2828

29-
__version__ = "0.7.0"
29+
__version__ = "0.8.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry] # ANCHOR: tool.poetry
22
name = "cssfinder"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Tool for Hilbert-Schmidt distance calculation with Gilbert algorithm."
55
authors = [
66
"Krzysztof Wiśniewski <[email protected]>",

0 commit comments

Comments
 (0)