Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesteria authored and github-actions[bot] committed Aug 1, 2024
1 parent 9cecec5 commit 21ba115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/netml/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.7.1'

0 comments on commit 21ba115

Please sign in to comment.