Skip to content

Commit

Permalink
bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jul 12, 2024
1 parent 57a157b commit e029a4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ dist
*.gz
venv
__pycache__

.venv
test*.py
cache
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.5.1',
version='0.5.2',
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.5.1',
'pybgpkit-parser==0.5.2',
'requests',
]
)

0 comments on commit e029a4f

Please sign in to comment.