bump version

This commit is contained in:
Jason
2023-07-09 13:22:54 +08:00
parent abe6ebcabf
commit 21405a7534
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ theme:
features:
- navigation.instant
plugins:
- social
- mkdocstrings:
handlers:
python:
@@ -32,7 +33,7 @@ markdown_extensions:
- md_in_html
- admonition
nav:
- Home: 'index.md'
- Quick Start: 'index.md'
- API Reference:
- 'OpenAISchema': 'openai_schema.md'
- "MultiTask Schema": "multitask.md"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openai-function-call"
version = "0.0.5"
version = "0.1.1"
description = "Helper functions that allow us to improve openai's function_call ergonomics"
authors = ["Jason <jason@jxnl.co>"]
license = "MIT"