Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
basicthinker committed Jun 6, 2023
1 parent d73b120 commit 0819a6f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read_file(file_path):

setup(
name="devchat",
version="0.1.9",
version="0.1.10",
packages=find_packages(),
install_requires=requirements,
entry_points={
Expand All @@ -32,6 +32,11 @@ def read_file(file_path):
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3'
'Programming Language :: Python :: 3',
'Intended Audience :: Developers',
'Intended Audience :: Education',
'Intended Audience :: Information Technology',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'Topic :: Software Development'
]
)

0 comments on commit 0819a6f

Please sign in to comment.