File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.1
2+ current_version = 0.6.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 55"""Version number for the MLOS documentation."""
66
77# NOTE: This should be managed by bumpversion.
8- VERSION = "0.6.1 "
8+ VERSION = "0.6.2 "
99
1010if __name__ == "__main__" :
1111 print (VERSION )
Original file line number Diff line number Diff line change 55"""Version number for the mlos_bench package."""
66
77# NOTE: This should be managed by bumpversion.
8- VERSION = "0.6.1 "
8+ VERSION = "0.6.2 "
99
1010if __name__ == "__main__" :
1111 print (VERSION )
Original file line number Diff line number Diff line change 55"""Version number for the mlos_core package."""
66
77# NOTE: This should be managed by bumpversion.
8- VERSION = "0.6.1 "
8+ VERSION = "0.6.2 "
99
1010if __name__ == "__main__" :
1111 print (VERSION )
Original file line number Diff line number Diff line change 55"""Version number for the mlos_viz package."""
66
77# NOTE: This should be managed by bumpversion.
8- VERSION = "0.6.1 "
8+ VERSION = "0.6.2 "
99
1010if __name__ == "__main__" :
1111 print (VERSION )
You can’t perform that action at this time.
0 commit comments