diff --git a/pyproject.toml b/pyproject.toml index e86554a..1ef228d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "openai_python_api" -version = "0.0.4" +version = "0.0.5" keywords = ["openai", "chatgpt", "dalle", "dalle2", "ai", "artificial intelligence", "api", "gpt"] authors = [ { name="Iliya Vereshchagin", email="i.vereshchagin@gmail.com" }, diff --git a/setup.cfg b/setup.cfg index 32e06f4..765696d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = openai_python_api -version = attr: openai_python_api.0.0.4 +version = attr: openai_python_api.0.0.5 author = Iliya Vereshchagin author_email = i.vereshchagin@gmail.com maintainer = Iliya Vereshchagin