Skip to content

Commit 0819a6f

Browse files
committed
Increase version number
1 parent d73b120 commit 0819a6f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

setup.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read_file(file_path):
1515

1616
setup(
1717
name="devchat",
18-
version="0.1.9",
18+
version="0.1.10",
1919
packages=find_packages(),
2020
install_requires=requirements,
2121
entry_points={
@@ -32,6 +32,11 @@ def read_file(file_path):
3232
classifiers=[
3333
'Development Status :: 4 - Beta',
3434
'License :: OSI Approved :: Apache Software License',
35-
'Programming Language :: Python :: 3'
35+
'Programming Language :: Python :: 3',
36+
'Intended Audience :: Developers',
37+
'Intended Audience :: Education',
38+
'Intended Audience :: Information Technology',
39+
'Topic :: Scientific/Engineering :: Artificial Intelligence',
40+
'Topic :: Software Development'
3641
]
3742
)

0 commit comments

Comments
 (0)