Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.7.0
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 b049433 commit 563093a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6.0
current_version = 0.7.0

[bumpversion:file:setup.py]

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'cli': _CLI_REQUIRES,

'dev': _CLI_REQUIRES + _TESTS_REQUIRE + [
'bumpversion==0.6.0',
'bumpversion==0.7.0',
'twine==5.1.1',
'wheel==0.43.0',
],
Expand All @@ -47,7 +47,7 @@


setup(name='netml',
version='0.6.0',
version='0.7.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.6.0'
__version__ = '0.7.0'

0 comments on commit 563093a

Please sign in to comment.