mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 11:13:29 +00:00
Bump version: 3.2.2 → 4.0.0
This commit is contained in:
parent
bcc44557d6
commit
f6903a2e60
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__ = '3.2.2'
|
||||
__version__ = '4.0.0'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 3.2.2
|
||||
current_version = 4.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue