Skip to content

Commit 563093a

Browse files
jesteriagithub-actions[bot]
authored andcommitted
Bump version: 0.6.0 → 0.7.0
1 parent b049433 commit 563093a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.6.0
5+
current_version = 0.7.0
66

77
[bumpversion:file:setup.py]
88

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'cli': _CLI_REQUIRES,
3737

3838
'dev': _CLI_REQUIRES + _TESTS_REQUIRE + [
39-
'bumpversion==0.6.0',
39+
'bumpversion==0.7.0',
4040
'twine==5.1.1',
4141
'wheel==0.43.0',
4242
],
@@ -47,7 +47,7 @@
4747

4848

4949
setup(name='netml',
50-
version='0.6.0',
50+
version='0.7.0',
5151
description='Feature Extraction and Machine Learning from Network Traffic Traces',
5252
long_description=README_PATH.read_text(),
5353
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.6.0'
1+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)