From 21405a753468679f116008743cefcc0eaafcfc3f Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 9 Jul 2023 13:22:54 +0800 Subject: [PATCH] bump version --- mkdocs.yml | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5866808..09eccca 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 47d79ba..e10ed01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"