-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from mirceaulinic/RELEASE0.25
Release 0.25
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
# e.g. ['django==1.5.1', 'mezzanine==1.4.6'] | ||
reqs = [str(ir.req) for ir in install_reqs] | ||
|
||
version = '0.21' | ||
version = '0.25' | ||
|
||
setup( | ||
name='pyIOSXR', | ||
|
@@ -38,8 +38,8 @@ | |
install_requires=reqs, | ||
include_package_data=True, | ||
description='Python API to interact with network devices running IOS-XR', | ||
author='Elisa Jasinska', | ||
author_email='[email protected]', | ||
author='Elisa Jasinska, Mircea Ulinic', | ||
author_email='[email protected], [email protected]', | ||
url='https://github.com/fooelisa/pyiosxr/', | ||
download_url='https://github.com/fooelisa/pyiosxr/tarball/%s' % version, | ||
keywords=['IOS-XR', 'IOSXR', 'Cisco', 'networking'], | ||
|