From 1c0cc2120db3f08773c306747bfcdcb093058d0f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 19 Apr 2017 18:52:35 -0700 Subject: mpm: Fixed version string for MPM --- mpm/python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm/python/setup.py.in') diff --git a/mpm/python/setup.py.in b/mpm/python/setup.py.in index e09262d44..278a83522 100755 --- a/mpm/python/setup.py.in +++ b/mpm/python/setup.py.in @@ -21,7 +21,7 @@ from setuptools import setup setup(name='usrp_mpm', - version='', + version='0.0.0', description='Universal Software Radio Peripheral (USRP) Machiavellian Puppet Master (MPM) Python API', classifiers=[ 'Development Status :: 4 - Beta', -- cgit v1.2.3