We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba42246 commit 5bb766aCopy full SHA for 5bb766a
pyproject.toml
@@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
4
5
[project]
6
name = "mediaify"
7
-version = "1.3.0"
+version = "1.4.0"
8
description = "Media encoding made simple"
9
license = {file = "LICENSE"}
10
readme = "README.md"
@@ -46,9 +46,9 @@ Source = "https://github.com/Ben-Brady/mediaify"
46
test = [
47
"mypy ==0.982",
48
"pytest >=7.1.3,<8.0.0",
49
+ "black == 23.1.0",
50
# "coverage[toml] >= 6.5.0,< 8.0",
51
# "ruff ==0.0.138",
- # "black == 23.1.0",
52
]
53
54
[tool.pytest.ini_options]
0 commit comments