Skip to content

Commit

Permalink
Merge pull request #69 from sinricpro/2.7.4
Browse files Browse the repository at this point in the history
fix: sinric.helpers bug
  • Loading branch information
kakopappa authored Aug 22, 2024
2 parents 7f98858 + 4d4db42 commit 0f147fc
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 @@ -10,7 +10,7 @@
if sys.version_info < (3,6):
sys.exit('Sorry, Python < 3.6 is not supported')

VERSION = "2.7.4"
VERSION = "2.7.5"

with open('README.rst', 'r') as f:
long_description = f.read()
Expand All @@ -24,7 +24,7 @@
description="A python package for Sinric Pro",
long_description=long_description,
url="https://github.com/sinricpro/python-sdk",
packages=['sinric'],
packages=['sinric', "sinric.helpers"],
install_requires=["websockets==10.1","loguru"],
keywords=['sinric', 'sinric-pro'],
classifiers=[
Expand Down

0 comments on commit 0f147fc

Please sign in to comment.