From b199e98fef4256795db7fb055b180a07ce84de5c Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Thu, 2 Aug 2018 19:19:21 +0200 Subject: PAPI: Union pad at the end of short fields instead of at head. Hopefully that's going to be consistent across platforms, compilers and ABI. Change-Id: I0b82565288d88fd046278d4d8288ec1488273ba5 Signed-off-by: Ole Troan --- src/vpp-api/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp-api/python/setup.py') diff --git a/src/vpp-api/python/setup.py b/src/vpp-api/python/setup.py index d97e35fa98f..130967f79f1 100644 --- a/src/vpp-api/python/setup.py +++ b/src/vpp-api/python/setup.py @@ -18,7 +18,7 @@ except ImportError: from distutils.core import setup, find_packages setup(name='vpp_papi', - version='1.5', + version='1.6', description='VPP Python binding', author='Ole Troan', author_email='ot@cisco.com', -- cgit 1.2.3-korg