Skip to content
Merged
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Releases are done from the upstream repository:
2. The upstream CI workflow runs tests and lint checks for the pull request.
3. After review, the pull request is merged into `netcloud/aciClient`.
4. When maintainers want to publish a release, they update the version in `pyproject.toml` if needed.
5. Maintainers create a version tag such as `v1.8` in `netcloud/aciClient`.
5. Maintainers create a version tag such as `v1.9.0` in `netcloud/aciClient`.
6. The upstream publish workflow builds the package with `uv build` and publishes it to PyPI.

Publishing requires PyPI trusted publishing to be configured for `netcloud/aciClient`.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aciClient"
version = "1.8"
version = "1.9.0"
description = "ACI communication helper class"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -36,7 +36,7 @@ Issues = "https://github.com/netcloud/aciClient/issues"
dev = [
"pytest>=9.0.2,<10",
"requests-mock>=1.12.1,<2",
"ruff>=0.13.0,<0.14",
"ruff>=0.13.0,<0.16",
]

[tool.setuptools]
Expand Down
Loading
Loading