diff --git a/docs/source/conf.py b/docs/source/conf.py index df2486b..07218e3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ copyright = '2019, Zied Aouini' author = 'Zied Aouini' # The full version, including alpha/beta/rc tags -release = '3.2.0' +release = '3.2.1' # -- General configuration --------------------------------------------------- diff --git a/nfstream/__init__.py b/nfstream/__init__.py index 73d961d..06afc69 100644 --- a/nfstream/__init__.py +++ b/nfstream/__init__.py @@ -27,4 +27,4 @@ from .plugin import NFPlugin __author__ = """Zied Aouini""" __email__ = 'aouinizied@gmail.com' -__version__ = '3.2.0' +__version__ = '3.2.1' diff --git a/setup.cfg b/setup.cfg index cc1d40d..e62f18b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 9e53e7c..4e4e850 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ cmdclass = {'nDPI': BuildNdpiCommand, setup( name="nfstream", - version='3.2.0', + version='3.2.1', url='https://github.com/aouinizied/nfstream.git', license='LGPLv3', description="A flexible network data analysis framework",