Skip to content

Commit

Permalink
Merge pull request #7 from Capsize-Games/develop
Browse files Browse the repository at this point in the history
version bumps
  • Loading branch information
w4ffl35 authored Mar 27, 2023
2 parents 75c3c8e + 352defa commit 54ec8e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chatai/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import logging

VERSION = "1.0.5"
VERSION = "1.0.6"
LOG_LEVEL = logging.FATAL
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.5',
version='1.0.6',
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.11",
"aihandler==1.8.12",
]
)

0 comments on commit 54ec8e8

Please sign in to comment.