We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c53e9 commit 9c728f1Copy full SHA for 9c728f1
setup.cfg
@@ -2,7 +2,7 @@
2
commit = True
3
tag = True
4
tag_name = {new_version}
5
-current_version = 0.5.1
+current_version = 0.6.0
6
7
[bumpversion:file:setup.py]
8
setup.py
@@ -56,7 +56,7 @@
56
57
58
setup(name='netml',
59
- version='0.5.1',
+ version='0.6.0',
60
description='Feature Extraction and Machine Learning from Network Traffic Traces',
61
long_description=README_PATH.read_text(),
62
long_description_content_type="text/markdown",
src/netml/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.5.1'
+__version__ = '0.6.0'
0 commit comments