Skip to content

Commit

Permalink
bump version, publish
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Apr 18, 2024
1 parent e448c92 commit 9b050ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chatpdb/chat/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def ask(args: AskArgs) -> Iterable[str]:


class ExplainArgs(BaseModel):
stack_trace: List[str]
stack_trace: List[traceback.FrameSummary]
local_vars: Dict[str, str]
global_vars: Dict[str, str]
exception: str = ""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "chatpdb"
version = "0.1.9"
version = "0.1.10"
authors = [
{ name="Caelean Barnes", email="caeleanb@gmail.com" },
{ name="Evan Doyle", email="evanmdoyle@gmail.com" },
Expand Down

0 comments on commit 9b050ed

Please sign in to comment.