diff --git a/inventory_provider/routes/default.py b/inventory_provider/routes/default.py index 2fb187189f54a04fb8f979dee7756a51de825508..047cc10e3534d092879545c3f3a3ab8cf0e882e8 100644 --- a/inventory_provider/routes/default.py +++ b/inventory_provider/routes/default.py @@ -65,7 +65,7 @@ def version(): version_params = { 'api': API_VERSION, 'module': - pkg_resources.get_distribution('inventory_provider_ims').version + pkg_resources.get_distribution('inventory_provider').version } latch = get_latch(get_current_redis(config)) if latch: diff --git a/setup.py b/setup.py index acdcf1f0e57266b4f5e76c3ebc3d2b1436a3c60c..5ce7b85e79ccc418c5fb07e9e92e810a62b811fc 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup, find_packages setup( - name='inventory-provider-ims', - version="0.1", + name='inventory-provider', + version="0.64", author='GEANT', author_email='swd@geant.org', description='Dashboard inventory provider',