diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml index 85b3746..1f866ec 100644 --- a/.github/workflows/gh-release.yml +++ b/.github/workflows/gh-release.yml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} + release_name: 💫 Release ${{ github.ref }} body: | See ChangeLog draft: false diff --git a/openai_forward/__init__.py b/openai_forward/__init__.py index 4b8f5de..ae0f19e 100644 --- a/openai_forward/__init__.py +++ b/openai_forward/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.0-alpha" +__version__ = "0.5.0" from dotenv import load_dotenv