From 7622d4dff56e8401ea0eaa595a703eef84dd652e Mon Sep 17 00:00:00 2001 From: aouinizied Date: Sun, 20 Oct 2019 18:48:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.4.0?= 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 5015a91..67278d9 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 = '0.3.1' +release = '0.4.0' # -- General configuration --------------------------------------------------- diff --git a/nfstream/__init__.py b/nfstream/__init__.py index ed15668..61b97c2 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__ = '0.3.1' \ No newline at end of file +__version__ = '0.4.0' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 36ef554..63add00 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.4.0 commit = True tag = True diff --git a/setup.py b/setup.py index 5ef100a..ea897a4 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ if not os.getenv('READTHEDOCS'): setup( name="nfstream", - version='0.3.1', + version='0.4.0', url='https://github.com/aouinizied/nfstream.git', license='LGPLv3', description="A flexible and powerful network data analysis library",