Skip to content

Commit 5bb766a

Browse files
committed
1.4.0
1 parent ba42246 commit 5bb766a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
44

55
[project]
66
name = "mediaify"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
description = "Media encoding made simple"
99
license = {file = "LICENSE"}
1010
readme = "README.md"
@@ -46,9 +46,9 @@ Source = "https://github.com/Ben-Brady/mediaify"
4646
test = [
4747
"mypy ==0.982",
4848
"pytest >=7.1.3,<8.0.0",
49+
"black == 23.1.0",
4950
# "coverage[toml] >= 6.5.0,< 8.0",
5051
# "ruff ==0.0.138",
51-
# "black == 23.1.0",
5252
]
5353

5454
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)