mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Bump version: 6.3.1 → 6.3.2
This commit is contained in:
parent
7754e64f7b
commit
72f1b70b59
3 changed files with 3 additions and 3 deletions
|
|
@ -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.1'
|
||||
__version__ = '6.3.2'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 6.3.1
|
||||
current_version = 6.3.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -101,7 +101,7 @@ cmdclass = {'build_native': BuildNativeCommand,
|
|||
|
||||
setup(
|
||||
name="nfstream",
|
||||
version='6.3.1',
|
||||
version='6.3.2',
|
||||
url='https://www.nfstream.org/',
|
||||
license='LGPLv3',
|
||||
description="A Flexible Network Data Analysis Framework",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue