From 6ce3e8bb35795c7314db0e536c1b689daf18d739 Mon Sep 17 00:00:00 2001 From: James Li Date: Thu, 8 Apr 2021 10:13:41 -0700 Subject: [PATCH] Bumping version to 1.1.4 for PyPI upload --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d44fbc..9b1a1bc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="pyonfleet", - version= "1.1.3", + version= "1.1.4", author="James Li", author_email="support@onfleet.com", description="Onfleet's Python API Wrapper Package",