We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b41e98 commit b8d6ae3Copy full SHA for b8d6ae3
1 file changed
setup.py
@@ -7,7 +7,7 @@
7
8
setuptools.setup(
9
name='pybgpkit',
10
- version='0.4.4',
+ version='0.5.0',
11
description='BGPKIT tools Python bindings',
12
url='https://github.com/bgpkit/pybgpkit',
13
author='Mingwei Zhang',
@@ -19,7 +19,7 @@
19
install_requires=[
20
# available on pip
21
'dataclasses_json',
22
- 'pybgpkit-parser==0.4.3',
+ 'pybgpkit-parser==0.5.0',
23
'requests',
24
]
25
)
0 commit comments