diff --git a/setup.py b/setup.py index 455b734..7650574 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="loramon", - version="0.9.4", + version="0.9.5", author="Mark Qvist", author_email="mark@unsigned.io", description="LoRa packet sniffer for RNode hardware", @@ -22,5 +22,5 @@ setuptools.setup( 'console_scripts': ['loramon=loramon:main'] }, install_requires=['pyserial'], - python_requires='>=3.6', + python_requires='>=3.5', ) \ No newline at end of file