Skip to content

Commit

Permalink
Merge pull request #30 from mirceaulinic/RELEASE0.25
Browse files Browse the repository at this point in the history
Release 0.25
  • Loading branch information
mirceaulinic authored Oct 7, 2016
2 parents ccf8750 + c8977df commit 913f249
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 @@ -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',
Expand All @@ -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'],
Expand Down

0 comments on commit 913f249

Please sign in to comment.