From 5dd155ffb3ed5f6037b5c98f857c03bbbbcb8a58 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Thu, 22 Apr 2021 18:44:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.3.0=20=E2=86=92=206.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nfstream/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nfstream/__init__.py b/nfstream/__init__.py index cd702d6..f482949 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.3.0' +__version__ = '6.3.1' diff --git a/setup.cfg b/setup.cfg index d478679..b005cc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.3.0 +current_version = 6.3.1 commit = True tag = True diff --git a/setup.py b/setup.py index 7eddb45..60c4ca7 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ cmdclass = {'build_native': BuildNativeCommand, setup( name="nfstream", - version='6.3.0', + version='6.3.1', url='https://www.nfstream.org/', license='LGPLv3', description="A Flexible Network Data Analysis Framework",