diff --git a/setup.cfg b/setup.cfg index 5df9e4b..2f4f752 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.5.1 +current_version = 0.6.0 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index dc3ec6f..2cb406c 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup(name='netml', - version='0.5.1', + version='0.6.0', description='Feature Extraction and Machine Learning from Network Traffic Traces', long_description=README_PATH.read_text(), long_description_content_type="text/markdown", diff --git a/src/netml/__init__.py b/src/netml/__init__.py index 93b60a1..ef7eb44 100644 --- a/src/netml/__init__.py +++ b/src/netml/__init__.py @@ -1 +1 @@ -__version__ = '0.5.1' +__version__ = '0.6.0'