Skip to content

Commit

Permalink
update bgpkit-parser-py to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Feb 14, 2024
1 parent 6b41e98 commit b8d6ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='pybgpkit',
version='0.4.4',
version='0.5.0',
description='BGPKIT tools Python bindings',
url='https://github.com/bgpkit/pybgpkit',
author='Mingwei Zhang',
Expand All @@ -19,7 +19,7 @@
install_requires=[
# available on pip
'dataclasses_json',
'pybgpkit-parser==0.4.3',
'pybgpkit-parser==0.5.0',
'requests',
]
)

0 comments on commit b8d6ae3

Please sign in to comment.