From 704b408eca519cd0c8ba759d8e54abbef2f077de Mon Sep 17 00:00:00 2001 From: aouinizied Date: Thu, 10 Sep 2020 04:13:56 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=206.0.2=20=E2=86=92=206.0.3?= 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 56af603..cdcc3bf 100644 --- a/nfstream/__init__.py +++ b/nfstream/__init__.py @@ -26,4 +26,4 @@ from .plugin import NFPlugin __author__ = """Zied Aouini""" __email__ = 'aouinizied@gmail.com' -__version__ = '6.0.2' +__version__ = '6.0.3' diff --git a/setup.cfg b/setup.cfg index 8f8fb60..bb4b114 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.0.2 +current_version = 6.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 941e86d..2f88fe3 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ cmdclass = {'build_native': BuildNativeCommand, setup( name="nfstream", - version='6.0.2', + version='6.0.3', url='https://www.nfstream.org/', license='LGPLv3', description="A Flexible Network Data Analysis Framework",