Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akarneliuk committed Jul 14, 2022
1 parent b3a8336 commit 89abb0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

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,
long_description_content_type='text/x-rst',
author='Anton Karneliuk',
author_email='[email protected]',
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',
Expand Down

0 comments on commit 89abb0a

Please sign in to comment.