mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 11:13:29 +00:00
Bump version: 3.2.1 → 3.2.2
This commit is contained in:
parent
0279c04fb8
commit
8ee4575d14
4 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ copyright = '2019, Zied Aouini'
|
|||
author = 'Zied Aouini'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '3.2.1'
|
||||
release = '3.2.2'
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ from .plugin import NFPlugin
|
|||
|
||||
__author__ = """Zied Aouini"""
|
||||
__email__ = 'aouinizied@gmail.com'
|
||||
__version__ = '3.2.1'
|
||||
__version__ = '3.2.2'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 3.2.1
|
||||
current_version = 3.2.2
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -125,7 +125,7 @@ cmdclass = {'nDPI': BuildNdpiCommand,
|
|||
|
||||
setup(
|
||||
name="nfstream",
|
||||
version='3.2.1',
|
||||
version='3.2.2',
|
||||
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