Skip to content

Commit

Permalink
Merge pull request #4 from guyshe/release/1.3.1
Browse files Browse the repository at this point in the history
Release/1.3.1
  • Loading branch information
guyshe authored Dec 25, 2021
2 parents c54188f + 4d395c9 commit e288c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

setup(
name='telegram-handler',
version='1.3',
version='1.3.1',
description='async telegram handler',
author='Guyshe',
url='https://github.com/guyshe/telegram_handler',
long_description=long_description,
long_description_content_type='text/markdown',
packages=setuptools.find_packages(),
install_requieres=[
install_requires=[
'requests'
]
)

0 comments on commit e288c24

Please sign in to comment.