diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index fc7e703..19fe8a0 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -69,6 +69,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: ${{ github.ref }} draft: false prerelease: false diff --git a/pymlconf/__init__.py b/pymlconf/__init__.py index 8da25cd..3bf4a44 100644 --- a/pymlconf/__init__.py +++ b/pymlconf/__init__.py @@ -6,4 +6,4 @@ ConfigurationNotInitializedError -__version__ = '2.4.9' +__version__ = '2.4.10'