diff --git a/setup.cfg b/setup.cfg index d9716d9..9ce265b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 0.7.0 +current_version = 0.7.1 [bumpversion:file:setup.py] diff --git a/setup.py b/setup.py index ad0d5d9..99590cf 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup(name='netml', - version='0.7.0', + version='0.7.1', 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 a71c5c7..f0788a8 100644 --- a/src/netml/__init__.py +++ b/src/netml/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1'