Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Aug 3, 2024
1 parent 98537ae commit 218097a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blablado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = (
)
Expand Down
2 changes: 1 addition & 1 deletion src/blablado/_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def tell(self, prompt:str = None):

if self._verbose:
print("Tools:", len(self._tools))

prompt = f"""
Here are some general information, no need to mention it unless asked for it:
* The current date and time are {now}.
Expand Down

0 comments on commit 218097a

Please sign in to comment.