Skip to content

Commit

Permalink
bump version to 0.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: junka <[email protected]>
  • Loading branch information
junka committed Jun 27, 2023
1 parent 76cc2e3 commit c49f9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pktperf"
version = "0.5.5"
version = "0.5.6"
authors = [
{ name="junka", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def run(self):

setup(
name= 'pktperf',
version = "0.5.5",
version = "0.5.6",
has_ext_modules=lambda: True,
cmdclass={"install": CustomInstall},
platforms=["manylinux2014_x86_64"],
Expand Down

0 comments on commit c49f9e2

Please sign in to comment.