From eeec49d5bb512b32bb67beaebebbfca6fcb80c6c Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Fri, 11 Feb 2022 10:51:47 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.4.1=20=E2=86=92=206.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nfstream/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nfstream/__init__.py b/nfstream/__init__.py index 10120db..ae88750 100644 --- a/nfstream/__init__.py +++ b/nfstream/__init__.py @@ -21,4 +21,4 @@ from .plugin import NFPlugin # streamer module is the core module of nfstream package. __author__ = """Zied Aouini""" __email__ = 'aouinizied@gmail.com' -__version__ = '6.4.1' +__version__ = '6.4.2' diff --git a/setup.cfg b/setup.cfg index 7c27660..1100d08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.4.1 +current_version = 6.4.2 commit = True tag = True @@ -18,4 +18,3 @@ universal = 0 exclude = docs [aliases] - diff --git a/setup.py b/setup.py index a4f0dd0..48cce8b 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ cmdclass = {'build_native': BuildNativeCommand, setup( name="nfstream", - version='6.4.1', + version='6.4.2', url='https://www.nfstream.org/', license='LGPLv3', description="A Flexible Network Data Analysis Framework",