Skip to content

Commit c89ce0c

Browse files
feat: Add new feature or fix for better deployment (#8)
1 parent 5876d95 commit c89ce0c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pyproject.toml

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

55
[project]
66
name = "ultimate-python-upgrader"
7-
version = "1.3.0"
7+
version = "1.4.0"
88
authors = [
99
{ name="Sanyam Sanjay Sharma", email="infta2020+pypi@gmail.com" },
1010
]
@@ -38,5 +38,12 @@ test = [
3838
"pytest-cov>=4.0.0"
3939
]
4040

41+
dev = [
42+
"black>=24.4.0",
43+
"ruff>=0.4.0",
44+
"build>=1.2.0",
45+
"twine>=5.1.0"
46+
]
47+
4148
[tool.hatch.build.targets.wheel]
4249
packages = ["upgrade_tool"]

0 commit comments

Comments
 (0)