Skip to content

Commit

Permalink
Add new release 0.0.45 (#110)
Browse files Browse the repository at this point in the history
* Add sync_bot_settings function

Add sync_bot_settings function for users to sync bot settings with PROTOCOL_VERSION info instead of CURLing.

* Assign None default value to settings

Assign settings field to None for settings that developers have not explicitly defined values for.

* Update Library version

Create 0.0.45 version for new release
  • Loading branch information
krisyang1125 authored Jun 17, 2024
1 parent 5ed5603 commit c808e66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "fastapi_poe"
version = "0.0.44"
version = "0.0.45"
authors = [
{ name="Lida Li", email="[email protected]" },
{ name="Jelle Zijlstra", email="[email protected]" },
{ name="Anmol Singh", email="[email protected]" },
{ name="Yusheng Ding", email="[email protected]" },
{ name="Kris Yang", email="[email protected]" },
]
description = "A demonstration of the Poe protocol using FastAPI"
readme = "README.md"
Expand Down

0 comments on commit c808e66

Please sign in to comment.