Skip to content

Commit

Permalink
Bump version, add mypy to dev dependencies.
Browse files Browse the repository at this point in the history
Signed-off-by: Caroline Russell <caroline@appthreat.dev>
  • Loading branch information
cerrussell committed May 24, 2024
1 parent 39b2dc8 commit 29f1df1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "custom-json-diff"
version = "0.3.0"
description = "Custom JSON diff tool"
version = "0.4.0"
description = "Custom JSON diffing and comparison tool."
authors = [
{ name = "Caroline Russell", email = "caroline@appthreat.dev" },
]
Expand Down Expand Up @@ -30,7 +30,8 @@ custom-json-diff = "custom_json_diff.cli:main"

[project.optional-dependencies]
dev = [
"pytest",
"mypy",
"pytest",
]

[build-system]
Expand Down

0 comments on commit 29f1df1

Please sign in to comment.