From 827a1cebfde9c1a87ffbaad5d836e76d97a9b8d7 Mon Sep 17 00:00:00 2001 From: Ryan Michael Date: Fri, 2 Feb 2024 15:20:05 -0500 Subject: [PATCH] Cut a new minor release --- dewy-client/pyproject.toml | 2 +- dewy/config.py | 2 +- openapi.yaml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dewy-client/pyproject.toml b/dewy-client/pyproject.toml index a96ccb2..a2f9a3c 100644 --- a/dewy-client/pyproject.toml +++ b/dewy-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dewy-client" -version = "0.1.2" +version = "0.1.3" description = "A client library for accessing Dewy Knowledge Base API" authors = [] readme = "README.md" diff --git a/dewy/config.py b/dewy/config.py index f12239f..f0450bd 100644 --- a/dewy/config.py +++ b/dewy/config.py @@ -66,7 +66,7 @@ def custom_generate_unique_id_function(route: APIRoute) -> str: app_configs: dict[str, Any] = { "title": "Dewy Knowledge Base API", - "version": "0.1.2", + "version": "0.1.3", "summary": "Knowledge curation for Retrieval Augmented Generation", "description": API_DESCRIPTION, "servers": [ diff --git a/openapi.yaml b/openapi.yaml index b175040..dbba7d8 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -8,7 +8,7 @@ info: Knowledge comes in a variety of forms -- text, image, tables, etc. and from a variety of sources -- documents, web pages, audio, etc.' - version: 0.1.2 + version: 0.1.3 servers: - url: http://localhost:8000 description: Local server diff --git a/pyproject.toml b/pyproject.toml index cd6a903..4c7330c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dewy" -version = "0.1.2" +version = "0.1.3" description = "Knowledge base service." authors = ["Ben Chambers ", "Ryan Michael "] readme = "README.md"