Bump version: 6.3.0 → 6.3.1

This commit is contained in:
Zied Aouini 2021-04-22 18:44:22 +02:00
parent e721cd2590
commit 5dd155ffb3
3 changed files with 3 additions and 3 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.3.0'
__version__ = '6.3.1'

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.3.0
current_version = 6.3.1
commit = True
tag = True

View file

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