Skip to content

Commit

Permalink
switch to latest aihandler version
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Mar 31, 2023
1 parent 385c5df commit 3e6de4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='chatairunner',
version='1.0.9',
version='1.0.10',
author='Capsize LLC',
description='Chat AI: A chatbot framework',
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand All @@ -16,6 +16,6 @@
include_package_data=True,
python_requires=">=3.10.0",
install_requires=[
"aihandler==1.8.17",
"aihandler==1.8.19",
]
)

0 comments on commit 3e6de4a

Please sign in to comment.