diff --git a/README.md b/README.md index a43812a..c4a06d2 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,7 @@ if __name__ == "__main__": phone.stop() ``` +### Sponsors + +- [Nabu Casa](https://www.nabucasa.com/) +- [Home Assistant](https://www.home-assistant.io/) diff --git a/setup.py b/setup.py index 08c377b..ea23133 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pyVoIP', - version='1.6.0-dev', + version='1.6.0', description='PyVoIP is a pure python VoIP/SIP/RTP library.', long_description=long_description, long_description_content_type="text/markdown",