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",