diff options
Diffstat (limited to 'vpp-api/python/setup.py')
-rw-r--r-- | vpp-api/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-api/python/setup.py b/vpp-api/python/setup.py index cd7afc8a2ff..99a0147a56f 100644 --- a/vpp-api/python/setup.py +++ b/vpp-api/python/setup.py @@ -18,7 +18,7 @@ except ImportError: from distutils.core import setup, Extension setup (name = 'vpp_papi', - version = '1.2', + version = '1.3', description = 'VPP Python binding', author = 'Ole Troan', author_email = 'ot@cisco.com', |