Skip to content

Commit c86ec95

Browse files
committed
1 parent c23481c commit c86ec95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apphub-configurator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "apphub-configurator"
77
dynamic = ["version"]
88
description = "apphub-configurator"
9-
readme = "../docs/app-hub-configurator.md"
9+
readme = "../docs/configuration.md"
1010
requires-python = ">=3.10"
1111
license = "Apache-2.0"
1212
keywords = ["kubernetes", "configuration", "EOEPCA"]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2025-present pmembari <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.0.7"
4+
__version__ = "0.0.8"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[metadata]
22
name = application-context-hub
3-
version = 1.3.1
3+
version = 1.3.2
44

0 commit comments

Comments
 (0)