We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XKNX
Learn more about funding links in repositories.
Report abuse
1 parent f6add1d commit 55559cdCopy full SHA for 55559cd
setup.py
@@ -1,7 +1,7 @@
1
"""Setup for XKNX python package."""
2
from setuptools import setup, find_packages
3
4
-VERSION = '0.7.0'
+VERSION = '0.7.1'
5
6
REQUIRES = ['PyYAML', 'netifaces']
7
0 commit comments