diff options
-rwxr-xr-x | mpm/python/setup.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
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', |