Skip to content

Commit

Permalink
[ADD] Added Sponsor section to README.
Browse files Browse the repository at this point in the history
[FIX] Fixed version in setup.py
  • Loading branch information
tayler6000 committed Sep 19, 2022
1 parent 5f00f10 commit 82e15e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ if __name__ == "__main__":
phone.stop()
```

### Sponsors

- [Nabu Casa](https://www.nabucasa.com/)
- [Home Assistant](https://www.home-assistant.io/)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82e15e8

Please sign in to comment.