Skip to content

Commit 1352c8c

Browse files
committed
Version 1.3.0
1 parent 554e4b2 commit 1352c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ciscomultiosinfocoordinate/ciscomultiosinfocoordinate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__credits__ = None
1010
__license__ = 'The MIT License (MIT)'
1111
__status__ = 'prod'
12-
__version_info__ = (1, 2, 0)
12+
__version_info__ = (1, 3, 0)
1313
__version__ = '.'.join(map(str, __version_info__))
1414
__maintainer__ = 'Benjamin P. Trachtenberg'
1515
__email__ = '[email protected]'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='ciscomultiosinfocoordinate',
18-
version='1.2.0',
18+
version='1.3.0',
1919
python_requires='~=3.5',
2020
description='This is a library used to normalize data between Cisco OS flavors',
2121
keywords='ipv4 ip multicast unicast network engineer cisco nxos ios iosxr',

0 commit comments

Comments
 (0)