Skip to content

Commit 3f9e956

Browse files
committed
Bump version: 0.5.3 → 0.5.4
1 parent 4a38faa commit 3f9e956

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

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

33-
version = "0.5.3"
34-
release = "0.5.3"
33+
version = "0.5.4"
34+
release = "0.5.4"
3535

3636

3737
# -- General configuration ---------------------------------------------------

pylibpcap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# @Last Modified by: jankincai
55
# @Last Modified time: 2025-07-14 10:13:28
66

7-
__version__ = "0.5.3"
7+
__version__ = "0.5.4"
88
__author__ = "JanKinCai"
99
__all__ = [
1010
"rpcap",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.3
2+
current_version = 0.5.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read_requirements(path):
5555

5656
setup(
5757
name="python-libpcap",
58-
version="0.5.3",
58+
version="0.5.4",
5959
author="JanKinCai",
6060
author_email="jankincai12@gmail.com",
6161
maintainer="JanKinCai",

0 commit comments

Comments
 (0)