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