Skip to content

Commit 277a497

Browse files
committed
[chg] Update version
1 parent c957cbb commit 277a497

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "opsi-deploy-client-agent"
7-
version = "4.3.0.1"
7+
version = "4.3.0.2"
88
description = "tool to deploy the opsi-client-agent on linux, windows and macOS clients"
99
homepage = "https://www.opsi.org"
1010
license = "AGPL-3.0"
@@ -22,14 +22,11 @@ priority = "primary"
2222
name = "PyPI"
2323
priority = "supplemental"
2424

25-
[tool.poetry.scripts]
26-
opsi-deploy-client-agent = "opsideployclientagent.__main__:main"
27-
2825
[tool.ruff]
2926
line-length = 140
3027

31-
[tool.ruff.format]
32-
indent-style = "tab"
28+
[tool.poetry.scripts]
29+
opsi-deploy-client-agent = "opsideployclientagent.__main__:main"
3330

3431
[tool.poetry.dependencies]
3532
python = ">=3.11,<3.12"
@@ -41,6 +38,9 @@ gssapi = "^1.8"
4138
pydantic-core = "^2.20"
4239
annotated-types = "^0.7"
4340

41+
[tool.ruff.format]
42+
indent-style = "tab"
43+
4444
[tool.poetry.group.dev.dependencies]
4545
ruff = "^0.5"
4646
pytest = "^8.2"

0 commit comments

Comments
 (0)