From 14b86ab95fc10eaaa06f84d79eb4027122ffadf7 Mon Sep 17 00:00:00 2001 From: aouinizied Date: Wed, 30 Oct 2019 12:04:52 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=201.0.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 95ead17..7fa2e6e 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.5.0' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/nfstream/__init__.py b/nfstream/__init__.py index 29b60a3..18b086c 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.5.0' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d4a2d2a..24c874f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index c1822ee..38c4d93 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ if os.getenv('READTHEDOCS'): setup( name="nfstream", - version='0.5.0', + version='1.0.0', url='https://github.com/aouinizied/nfstream.git', license='LGPLv3', description="A flexible and powerful network data analysis library",