aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/setup.py.in
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-04-19 18:52:35 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:46 -0800
commit1c0cc2120db3f08773c306747bfcdcb093058d0f (patch)
treea380d0f68955f4d7c3c59ffc1954767dd73003e6 /mpm/python/setup.py.in
parent27cae33959ad7df08f558f41e771e3b9cb37ac66 (diff)
downloaduhd-1c0cc2120db3f08773c306747bfcdcb093058d0f.tar.gz
uhd-1c0cc2120db3f08773c306747bfcdcb093058d0f.tar.bz2
uhd-1c0cc2120db3f08773c306747bfcdcb093058d0f.zip
mpm: Fixed version string for MPM
Diffstat (limited to 'mpm/python/setup.py.in')
-rwxr-xr-xmpm/python/setup.py.in2
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',