mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-16 11:15:03 +00:00
Bump version: 0.5.0 → 1.0.0
This commit is contained in:
parent
c6a7c9fcf5
commit
14b86ab95f
4 changed files with 4 additions and 4 deletions
|
|
@ -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 ---------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ from nfstream import streamer
|
|||
|
||||
__author__ = """Zied Aouini"""
|
||||
__email__ = 'aouinizied@gmail.com'
|
||||
__version__ = '0.5.0'
|
||||
__version__ = '1.0.0'
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.5.0
|
||||
current_version = 1.0.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue