Bump version: 3.2.2 → 4.0.0

This commit is contained in:
aouinizied 2020-04-15 05:59:17 +02:00
parent bcc44557d6
commit f6903a2e60
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__ = '3.2.2'
__version__ = '4.0.0'

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.2
current_version = 4.0.0
commit = True
tag = True

View file

@ -122,7 +122,7 @@ cmdclass = {'nDPI': BuildNdpiCommand,
setup(
name="nfstream",
version='3.2.2',
version='4.0.0',
url='https://github.com/aouinizied/nfstream.git',
license='LGPLv3',
description="A flexible network data analysis framework",