diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 0e08661..481a440 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -121,7 +121,7 @@ jobs: - name: publish uses: relekang/python-semantic-release@v7.34.6 with: - additional_options: "--patch --force" + additional_options: "--patch" github_token: ${{ secrets.GITHUB_TOKEN }} repository_username: __token__ repository_password: ${{ secrets.PYPI_TOKEN }} diff --git a/src/sweetrpg_db/__init__.py b/src/sweetrpg_db/__init__.py index 1addc11..55ad649 100644 --- a/src/sweetrpg_db/__init__.py +++ b/src/sweetrpg_db/__init__.py @@ -7,8 +7,8 @@ __title__ = "sweetrpg-db" __description__ = "SweetRPG database modules" __url__ = "https://github.com/sweetrpg/db" -__version__ = "0.0.145" -__build__ = 0x000005 +__version__ = "0.0.0" +__build__ = 0x000006 __author_email__ = "dm@sweetrpg.com" __license__ = "MIT" __copyright__ = "Copyright 2024 SweetRPG"