Skip to content

Commit 729ffb7

Browse files
committed
Bump major version
1 parent dc18a69 commit 729ffb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "difflib-parser"
7-
version = "1.2.2"
7+
version = "2.0.0"
88
authors = [{ name = "Jiahao, Woo", email = "woojiahao1234@gmail.com" }]
99
description = "Lightweight Python package for parsing Python difflib's diff results"
1010
readme = "README.md"
@@ -25,3 +25,6 @@ Issues = "https://github.com/git-mastery/difflib-parser/issues"
2525
[tool.pytest.ini_options]
2626
addopts = ["--import-mode=importlib"]
2727
pythonpath = ["src"]
28+
29+
[tool.mypy]
30+
mypy_path = "src"

0 commit comments

Comments
 (0)