Skip to content

Commit

Permalink
318
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromavocaido committed Dec 20, 2024
1 parent 0622064 commit a7a8445
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion danai/printer_template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from print import print_directory_contents, print_directory_tree, join_summaries
from danai.print import print_directory_contents, print_directory_tree, join_summaries

output_directory = "summaries"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "danai"
version = "0.3.17" # Use three-part versioning
version = "0.3.18" # Use three-part versioning
description = "A utility package for simplifying interactions with OpenAI models."
authors = [{name = "Aidan Coughlan", email = "[email protected]"}]
license = {text = "MIT"}
Expand Down

0 comments on commit a7a8445

Please sign in to comment.