Skip to content

Commit

Permalink
bump version, update pypi version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Jan 5, 2023
1 parent 2c21d5d commit 79efb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Docker](https://github.com/Kav-K/GPT3Discord/actions/workflows/docker_upload.yml/badge.svg)
![PyPi](https://github.com/Kav-K/GPT3Discord/actions/workflows/pypi_upload.yml/badge.svg)
![Build](https://github.com/Kav-K/GPT3Discord/actions/workflows/build.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/gpt3discord.svg)](https://badge.fury.io/py/gpt3discord)
[![PyPi version](https://pypip.in/v/gpt3discord/badge.png)](https://crate.io/packages/gpt3discord/)

# Screenshots

Expand Down
2 changes: 1 addition & 1 deletion gpt3discord.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from models.openai_model import Model
from models.usage_service_model import UsageService

__version__ = "2.2.2"
__version__ = "2.3"

"""
Message queueing for the debug service, defer debug messages to be sent later so we don't hit rate limits.
Expand Down

0 comments on commit 79efb5f

Please sign in to comment.