Skip to content

Commit

Permalink
bump version to 0.8.3, and update in makefile for logging test (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhe-log10 committed Apr 26, 2024
1 parent 209cf6c commit 901925c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ logging-chat:
python examples/logging/anthropic_messages.py
python examples/logging/mistralai_chat_no_streaming.py
python examples/logging/openai_chat.py
python examples/logging/openai_chat_not_given.py
python examples/logging/lamini_generate.py
# python examples/logging/vertexai_gemini_chat.py
python examples/logging/openai_async_logging.py
python examples/logging/openai_async_stream_logging.py
python examples/logging/google_genai_gemini_chat.py
python examples/logging/google_genai_gemini_chat_w_history.py

logging-chat-stream:
python examples/logging/openai_chat_stream.py
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "log10-io"

version = "0.8.2"
version = "0.8.3"
authors = ["log10 team"]
license = "MIT"
description = "Unified LLM data management"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="Log10",
version="0.8.2",
version="0.8.3",
description="Log10 LLM data management",
author="Log10 team",
author_email="team@log10.io",
Expand Down

0 comments on commit 901925c

Please sign in to comment.