We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86f7a9 commit 569b76cCopy full SHA for 569b76c
setup.py
@@ -2,14 +2,14 @@
2
3
4
setup(name='iosxr_grpc',
5
- version='1.1',
+ version='1.2',
6
description='gRPC library for IOS-XR > 6.1.1',
7
url='https://github.com/cisco-grpc-connection-libs/ios-xr-grpc-python',
8
author='Karthik Kumaravel',
9
authoer_email='srirudrankumaravel@gmail.com',
10
licencse='Apache 2.0',
11
packages=['iosxr_grpc'],
12
install_requires=[
13
- 'grpcio==1.1.0',
+ 'grpcio==1.0.0',
14
],
15
zip_safe=False)
0 commit comments