Skip to content

Commit 9c728f1

Browse files
jesteriagithub-actions[bot]
authored andcommitted
Bump version: 0.5.1 → 0.6.0
1 parent d8c53e9 commit 9c728f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
commit = True
33
tag = True
44
tag_name = {new_version}
5-
current_version = 0.5.1
5+
current_version = 0.6.0
66

77
[bumpversion:file:setup.py]
88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757

5858
setup(name='netml',
59-
version='0.5.1',
59+
version='0.6.0',
6060
description='Feature Extraction and Machine Learning from Network Traffic Traces',
6161
long_description=README_PATH.read_text(),
6262
long_description_content_type="text/markdown",

src/netml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.1'
1+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)