diff --git a/setup.py b/setup.py index 327baac..188832e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="note-python", - version="1.4.6", + version="1.5.0", author="Blues Inc.", author_email="support@blues.com", description="Cross-platform Python Library for the Blues Wireless Notecard,", @@ -29,4 +29,3 @@ install_requires=["filelock"], python_requires='>=3.6', ) -