Skip to content

Commit b8d6ae3

Browse files
committed
update bgpkit-parser-py to 0.5.0
1 parent 6b41e98 commit b8d6ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

88
setuptools.setup(
99
name='pybgpkit',
10-
version='0.4.4',
10+
version='0.5.0',
1111
description='BGPKIT tools Python bindings',
1212
url='https://github.com/bgpkit/pybgpkit',
1313
author='Mingwei Zhang',
@@ -19,7 +19,7 @@
1919
install_requires=[
2020
# available on pip
2121
'dataclasses_json',
22-
'pybgpkit-parser==0.4.3',
22+
'pybgpkit-parser==0.5.0',
2323
'requests',
2424
]
2525
)

0 commit comments

Comments
 (0)