From 8ee4575d14aa4ed24bf26fbaeba1319b0f045b95 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Sat, 29 Feb 2020 22:24:48 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.2.1=20=E2=86=92=203.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- nfstream/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 07218e3..f0f605f 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.1' +release = '3.2.2' # -- General configuration --------------------------------------------------- diff --git a/nfstream/__init__.py b/nfstream/__init__.py index 06afc69..cd03eaa 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.1' +__version__ = '3.2.2' diff --git a/setup.cfg b/setup.cfg index e62f18b..32e2cbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.1 +current_version = 3.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index 4e4e850..03a9699 100644 --- a/setup.py +++ b/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",