Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Haste171 committed Mar 4, 2023
1 parent c2a1430 commit d5e1487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='gptzero',
version='0.1.0',
version='0.1.1',
description='Python wrapper for the GPTZero API',
author='David Peterson',
author_email='dapanon@proton.me',
Expand All @@ -20,4 +20,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
)

0 comments on commit d5e1487

Please sign in to comment.