Skip to content

Commit

Permalink
chore: upgrade version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Aug 17, 2023
1 parent dc9003f commit 92a9085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openai_forward/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0-alpha"
__version__ = "0.5.0"

from dotenv import load_dotenv

Expand Down

0 comments on commit 92a9085

Please sign in to comment.