From 8e0d306420846cbffb611bc006a3875f2e35f686 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Sat, 2 Nov 2019 02:40:26 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.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 8a8c31c..10bf353 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 = '1.1.1' +release = '1.1.2' # -- General configuration --------------------------------------------------- diff --git a/nfstream/__init__.py b/nfstream/__init__.py index 446ad60..59e5c9a 100644 --- a/nfstream/__init__.py +++ b/nfstream/__init__.py @@ -9,4 +9,4 @@ from nfstream import streamer __author__ = """Zied Aouini""" __email__ = 'aouinizied@gmail.com' -__version__ = '1.1.1' \ No newline at end of file +__version__ = '1.1.2' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index bac79c0..ddb4437 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 135d74e..65c8091 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ except ImportError: setup( name="nfstream", - version='1.1.1', + version='1.1.2', url='https://github.com/aouinizied/nfstream.git', license='LGPLv3', description="A flexible and powerful network data analysis library",