Skip to content

Commit

Permalink
Release 0.1.4 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
basicthinker committed May 8, 2023
1 parent 13ae428 commit d3451d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@

setup(
name="devchat",
version="0.1.2",
version="0.1.4",
packages=find_packages(),
install_requires=requirements,
entry_points={
"console_scripts": [
"devchat = devchat._cli:main",
],
},
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3'
]
)

0 comments on commit d3451d7

Please sign in to comment.