diff --git a/README.md b/README.md index 15d01156..501561a2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gpt3discord.py b/gpt3discord.py index afac153d..1aa55553 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -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.