From a4cfd5837b56faafe8017432f65462d93b397fd5 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Mon, 17 May 2021 14:50:20 +0000 Subject: [PATCH] reverted name and version after IMS dev --- inventory_provider/routes/default.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory_provider/routes/default.py b/inventory_provider/routes/default.py index 2fb18718..047cc10e 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 acdcf1f0..5ce7b85e 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', -- GitLab