Skip to content

Commit

Permalink
chore: Prepare the 0.3.0 release (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Feb 27, 2024
1 parent f410a04 commit f81a84d
Show file tree
Hide file tree
Showing 5 changed files with 241 additions and 231 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.2.1"
version = "0.3.0"
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 @@ -51,7 +51,7 @@ def app_configs(self) -> dict[str, Any]:

app_configs: dict[str, Any] = {
"title": "Dewy Knowledge Base API",
"version": "0.2.1",
"version": "0.3.0",
"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 @@ -5,7 +5,7 @@ info:
description: "This API allows ingesting and retrieving knowledge.\n\n Knowledge\
\ comes in a variety of forms -- text, image, tables, etc. and\n from a\
\ variety of sources -- documents, web pages, audio, etc."
version: 0.2.1
version: 0.3.0
servers:
- url: http://localhost:8000
description: Local server
Expand Down
Loading

0 comments on commit f81a84d

Please sign in to comment.