Skip to content

Commit 27dbfda

Browse files
committed
Release version 0.0.0.dev10
1 parent 1bf2270 commit 27dbfda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespaces = true
1515

1616
# ----------------------------------------- Project Metadata -------------------------------------
1717
[project]
18-
version = "0.0.0.dev9"
18+
version = "0.0.0.dev10"
1919
name = "PyColorIT"
2020
requires-python = ">=3.10"
2121
dependencies = [

pkg/src/pycolorit/css_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,5 @@ def fmt(idx, multiplier=1):
269269

270270
return (
271271
f"invert({fmt(0)}%) sepia({fmt(1)}%) saturate({fmt(2)}%) hue-rotate({fmt(3, 3.6)}deg) "
272-
f"brightness({fmt(4)}%) contrast({fmt(5)}%);"
272+
f"brightness({fmt(4)}%) contrast({fmt(5)}%)"
273273
)

0 commit comments

Comments
 (0)