Skip to content

Commit d3451d7

Browse files
committed
Release 0.1.4 beta
1 parent 13ae428 commit d3451d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55

66
setup(
77
name="devchat",
8-
version="0.1.2",
8+
version="0.1.4",
99
packages=find_packages(),
1010
install_requires=requirements,
1111
entry_points={
1212
"console_scripts": [
1313
"devchat = devchat._cli:main",
1414
],
1515
},
16+
classifiers=[
17+
'Development Status :: 4 - Beta',
18+
'License :: OSI Approved :: Apache Software License',
19+
'Programming Language :: Python :: 3'
20+
]
1621
)

0 commit comments

Comments
 (0)