Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Aug 1, 2024
1 parent 792dc0f commit 8a4a684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "toldwords"
version = "0.8.5"
version = "0.8.6"
description = "Using ChatGPT to make keywords for the papers from COSCUP."
authors = ["Toomore Chiang <[email protected]>"]
license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion toldwords/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
''' __init__ '''
__version__ = '0.8.5'
__version__ = '0.8.6'
from .openai import (Choice, Message, OpenAIAPI, RespCompletions, Role,
TokenUsage)
from .pretalx import Pretalx, PretalxResponse, Room, Speaker, Submission, Talk
Expand Down

0 comments on commit 8a4a684

Please sign in to comment.