Bump version: 0.4.0 → 0.5.0

This commit is contained in:
aouinizied 2019-10-21 23:29:58 +02:00
parent 3aab62a190
commit ea6a7160a4
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ copyright = '2019, Zied Aouini'
author = 'Zied Aouini'
# The full version, including alpha/beta/rc tags
release = '0.4.0'
release = '0.5.0'
# -- General configuration ---------------------------------------------------

View file

@ -9,4 +9,4 @@ from nfstream import streamer
__author__ = """Zied Aouini"""
__email__ = 'aouinizied@gmail.com'
__version__ = '0.4.0'
__version__ = '0.5.0'

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

View file

@ -64,7 +64,7 @@ if not os.getenv('READTHEDOCS'):
setup(
name="nfstream",
version='0.4.0',
version='0.5.0',
url='https://github.com/aouinizied/nfstream.git',
license='LGPLv3',
description="A flexible and powerful network data analysis library",