From 0663b84fd28a3b75aa2c8a035ef363aa13bbdeaa Mon Sep 17 00:00:00 2001 From: aouinizied Date: Thu, 7 May 2020 01:55:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.1=20=E2=86=92=205.1.0?= 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 b9bad79..9c93aef 100644 --- a/nfstream/__init__.py +++ b/nfstream/__init__.py @@ -27,4 +27,4 @@ from .plugin import NFPlugin __author__ = """Zied Aouini""" __email__ = 'aouinizied@gmail.com' -__version__ = '5.0.1' +__version__ = '5.1.0' diff --git a/setup.cfg b/setup.cfg index b26e77e..c122713 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.1 +current_version = 5.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index 9bb388d..c3557f2 100644 --- a/setup.py +++ b/setup.py @@ -166,7 +166,7 @@ cmdclass = {'nDPI': BuildNdpiCommand, setup( name="nfstream", - version='5.0.1', + version='5.1.0', url='https://nfstream.github.io/', license='LGPLv3', description="A Flexible Network Data Analysis Framework",