Bump version: 6.4.1 → 6.4.2

This commit is contained in:
Zied Aouini 2022-02-11 10:51:47 +01:00
parent 35b8cd8229
commit eeec49d5bb
3 changed files with 3 additions and 4 deletions

View file

@ -21,4 +21,4 @@ from .plugin import NFPlugin
# streamer module is the core module of nfstream package.
__author__ = """Zied Aouini"""
__email__ = 'aouinizied@gmail.com'
__version__ = '6.4.1'
__version__ = '6.4.2'

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.4.1
current_version = 6.4.2
commit = True
tag = True
@ -18,4 +18,3 @@ universal = 0
exclude = docs
[aliases]

View file

@ -110,7 +110,7 @@ cmdclass = {'build_native': BuildNativeCommand,
setup(
name="nfstream",
version='6.4.1',
version='6.4.2',
url='https://www.nfstream.org/',
license='LGPLv3',
description="A Flexible Network Data Analysis Framework",