From 671a75f9217c42b48560e76576d493a7048bf7b1 Mon Sep 17 00:00:00 2001 From: Ratnesh Madaan Date: Wed, 8 Apr 2020 16:40:08 -0700 Subject: [PATCH] [pypi] bump to 1.2.8 (#2554) --- PythonClient/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonClient/setup.py b/PythonClient/setup.py index be99726aca..43521d7573 100644 --- a/PythonClient/setup.py +++ b/PythonClient/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="airsim", - version="1.2.7", + version="1.2.8", author="Shital Shah", author_email="shitals@microsoft.com", description="Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research",