mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Bump version: 5.0.1 → 5.1.0
This commit is contained in:
parent
aed3c8eb27
commit
0663b84fd2
3 changed files with 3 additions and 3 deletions
|
|
@ -27,4 +27,4 @@ from .plugin import NFPlugin
|
|||
|
||||
__author__ = """Zied Aouini"""
|
||||
__email__ = 'aouinizied@gmail.com'
|
||||
__version__ = '5.0.1'
|
||||
__version__ = '5.1.0'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 5.0.1
|
||||
current_version = 5.1.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue