From 08b13c91be5fa324ebc31ad019f4ee6491133ffa Mon Sep 17 00:00:00 2001 From: jankincai Date: Sat, 14 Sep 2024 11:28:23 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 4 ++-- pylibpcap/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9470676..f649ae1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/pylibpcap/__init__.py b/pylibpcap/__init__.py index 1f569dc..f2ed6a9 100644 --- a/pylibpcap/__init__.py +++ b/pylibpcap/__init__.py @@ -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", diff --git a/setup.cfg b/setup.cfg index a2c6cc8..637f4df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True diff --git a/setup.py b/setup.py index d020333..6a6a9fb 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def read_requirements(path): setup( name="python-libpcap", - version="0.5.0", + version="0.5.1", author="JanKinCai", author_email="jankincai12@gmail.com", maintainer="JanKinCai",