File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22commit = True
33tag = True
44tag_name = {new_version}
5- current_version = 0.6 .0
5+ current_version = 0.7 .0
66
77[bumpversion:file:setup.py]
88
Original file line number Diff line number Diff line change 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 ],
4747
4848
4949setup (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" ,
Original file line number Diff line number Diff line change 1- __version__ = '0.6 .0'
1+ __version__ = '0.7 .0'
You can’t perform that action at this time.
0 commit comments