mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
bump version
This commit is contained in:
+2
-1
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user