Bump version: 5.0.1 → 5.1.0

This commit is contained in:
aouinizied 2020-05-07 01:55:22 +02:00
parent aed3c8eb27
commit 0663b84fd2
3 changed files with 3 additions and 3 deletions

View file

@ -27,4 +27,4 @@ from .plugin import NFPlugin
__author__ = """Zied Aouini"""
__email__ = 'aouinizied@gmail.com'
__version__ = '5.0.1'
__version__ = '5.1.0'

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.1
current_version = 5.1.0
commit = True
tag = True

View file

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