Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caizhengxin committed Sep 14, 2024
1 parent 51fa48d commit 08b13c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

# The full version, including alpha/beta/rc tags

version = "0.5.0"
release = "0.5.0"
version = "0.5.1"
release = "0.5.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pylibpcap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# @Last Modified by: JanKinCai
# @Last Modified time: 2020-04-04 11:59:02

__version__ = "0.5.0"
__version__ = "0.5.1"
__author__ = "JanKinCai"
__all__ = [
"rpcap",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def read_requirements(path):

setup(
name="python-libpcap",
version="0.5.0",
version="0.5.1",
author="JanKinCai",
author_email="[email protected]",
maintainer="JanKinCai",
Expand Down

0 comments on commit 08b13c9

Please sign in to comment.