Skip to content

Commit

Permalink
tests on github - kamangir/bolt#1234
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Mar 1, 2024
1 parent bfa43a9 commit 3d23b67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abcli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NAME = "abcli"

VERSION = "7.2806.1"
VERSION = "7.2807.1"

DESCRIPTION = "🚀 a language to speak AI."

Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
author="kamangir",
version=VERSION,
description=DESCRIPTION,
packages=["abcli", "abcli.modules"],
packages=[
"abcli",
"abcli.modules",
],
)

0 comments on commit 3d23b67

Please sign in to comment.