Skip to content

Commit

Permalink
Bump version to 0.2.1 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerinin authored Feb 22, 2024
1 parent b5e4393 commit f410a04
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.2.0"
version = "0.2.1"
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.0",
"version": "0.2.1",
"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.0
version: 0.2.1
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.2.0"
version = "0.2.1"
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 f410a04

Please sign in to comment.