From 89abb0a36c6ae71dcd776a7dfb8affd5013e1880 Mon Sep 17 00:00:00 2001 From: akarneliuk Date: Thu, 14 Jul 2022 20:08:50 +0100 Subject: [PATCH] 0.7.4 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0345c2c..c4d370b 100644 --- a/setup.py +++ b/setup.py @@ -5,8 +5,8 @@ setup( name='pygnmi', - packages=['pygnmi', 'pygnmi.spec', 'pygnmi.artefacts', 'pygnmi'], - version='0.7.3', + packages=['pygnmi', 'pygnmi.spec', 'pygnmi.artefacts'], + version='0.7.4', license='bsd-3-clause', description='Pure Python gNMI client to manage network functions and collect telemetry.', long_description=long_description, @@ -14,7 +14,7 @@ author='Anton Karneliuk', author_email='anton@karneliuk.com', url='https://github.com/akarneliuk/pygnmi', - download_url='https://github.com/akarneliuk/pygnmi/archive/v0.7.3.tar.gz', + download_url='https://github.com/akarneliuk/pygnmi/archive/v0.7.4.tar.gz', keywords=['gnmi', 'automation', 'grpc', 'network'], install_requires=[ 'grpcio',