Skip to content

Commit

Permalink
Cut a new minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
kerinin committed Feb 2, 2024
1 parent ee90ebd commit 827a1ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dewy-client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dewy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dewy"
version = "0.1.2"
version = "0.1.3"
description = "Knowledge base service."
authors = ["Ben Chambers <ben.chambers@datastax.com>", "Ryan Michael <ryan.michael@datastax.com>"]
readme = "README.md"
Expand Down

0 comments on commit 827a1ce

Please sign in to comment.