From 66ef2fc030a4efa18c05ccc3a6998ea77675ad05 Mon Sep 17 00:00:00 2001 From: Hayden Roche Date: Fri, 12 Jan 2024 13:32:39 -0800 Subject: [PATCH] Bump version to 1.5.0. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', ) -