Skip to content

Commit

Permalink
fix for #10 - packet missing in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidy committed Mar 19, 2020
1 parent 9ed0721 commit d3df464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pywizlight/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""PyPi Version"""

__version__ = '0.3.0'
__version__ = '0.3.1'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ def get_version() -> str:
],
install_requires=[
'asyncio',
'asyncio-dgram',
],
)

0 comments on commit d3df464

Please sign in to comment.