From 8a571ae0c4872e99f265d7de47258dda9c431041 Mon Sep 17 00:00:00 2001 From: Zengwen Yuan Date: Tue, 23 Oct 2018 13:06:31 -0700 Subject: [PATCH] feat: update version to 3.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69391886..6bf122e8 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def download_win(url): setup( name = 'MobileInsight', - version = '3.3.0', + version = '3.4.0', description = 'Mobile network monitoring and analysis', author = 'UCLA Wireless Networking Group and Purdue Peng Group', author_email = 'support@mobileinsight.net',