Skip to content

Commit

Permalink
new v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kramcat committed Oct 5, 2023
1 parent 3367ee9 commit b7d9e13
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 @@ -5,14 +5,14 @@

setup(
name='characterai',
version='0.7.0',
version='0.8.0',
author='kramcat',
description='An unofficial API for character.ai for Python',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/kramcat/characterai',
packages=find_packages(),
install_requires=["playwright>=1.32.1"],
install_requires=["tls-client>=0.2.2"],
classifiers=[
'Programming Language :: Python :: 3.9',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit b7d9e13

Please sign in to comment.