package version handler does not work without context manager
self.load_toml_file
is only called in the __enter__
function. Therefore, a usage without context manager is currently not working and raises an error as _project_toml_save_copy
is None