Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayad-Uddin-Tahsin authored Mar 8, 2023
1 parent 23389b2 commit a575b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

setup(
name='sra-pylib',
version='1.2.0',
version='1.3.0',
author='Sayad Uddin Tahsin',
author_email='mr.pluto012@gmail.com',
description='A Wrapper of some-random-api for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -15,6 +16,7 @@
install_requires=[
'requests>=2.28.2'
],
license='MIT',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit a575b7b

Please sign in to comment.