diff --git a/.github/workflows/github_cd.yaml b/.github/workflows/github_cd.yaml index 2a37558..0de73da 100644 --- a/.github/workflows/github_cd.yaml +++ b/.github/workflows/github_cd.yaml @@ -35,7 +35,7 @@ jobs: permissions: id-token: write environment: - name: pypi + name: release url: https://pypi.org/p/chatbot_nam685/ steps: - name: Retrieve release distributions diff --git a/src/chatbot/__about__.py b/src/chatbot/__about__.py index 2832876..cbf8518 100644 --- a/src/chatbot/__about__.py +++ b/src/chatbot/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Nam Le # # SPDX-License-Identifier: MIT -__version__ = "0.0.4" +__version__ = "0.0.5"