Bump version: 1.1.1 → 1.1.2

This commit is contained in:
aouinizied 2019-11-02 02:40:26 +01:00
parent edc1d9903f
commit 8e0d306420
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 = '1.1.1'
release = '1.1.2'
# -- General configuration ---------------------------------------------------

View file

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

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True
tag = True

View file

@ -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",