Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesteria authored and github-actions[bot] committed Oct 25, 2023
1 parent d8c53e9 commit 9c728f1
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.5.1
current_version = 0.6.0

[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 @@ -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",
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.5.1'
__version__ = '0.6.0'

0 comments on commit 9c728f1

Please sign in to comment.