Skip to content

Commit 569b76c

Browse files
author
Karthik Kumaravel
authored
Update setup.py (#13)
1 parent b86f7a9 commit 569b76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33

44
setup(name='iosxr_grpc',
5-
version='1.1',
5+
version='1.2',
66
description='gRPC library for IOS-XR > 6.1.1',
77
url='https://github.com/cisco-grpc-connection-libs/ios-xr-grpc-python',
88
author='Karthik Kumaravel',
99
authoer_email='srirudrankumaravel@gmail.com',
1010
licencse='Apache 2.0',
1111
packages=['iosxr_grpc'],
1212
install_requires=[
13-
'grpcio==1.1.0',
13+
'grpcio==1.0.0',
1414
],
1515
zip_safe=False)

0 commit comments

Comments
 (0)