diff --git a/LICENSE b/LICENSE index 450051d..d1fea8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) Open-MMLab. All rights reserved. +Copyright (c) OpenMMLab. All rights reserved. Apache License Version 2.0, January 2004 @@ -188,7 +188,7 @@ Copyright (c) Open-MMLab. All rights reserved. same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2021 Open-MMLab. All rights reserved. + Copyright 2021 OpenMMLab. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index f9bbcd0..df3c9ed 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ MIM provides a unified interface for launching and installing OpenMMLab projects You can execute any script provided by all OpenMMLab codebases with unified commands. Train, test and inference become easier than ever. Besides, you can use `gridsearch` command for vanilla hyper-parameter search. +## License + +This project is released under the [Apache 2.0 license](LICENSE). + +## Changelog + +v0.1.1 was released in 13/6/2021. + ## Build custom projects with MIM We provide some examples of how to build custom projects based on OpenMMLAB codebases and MIM in [MIM-Example](https://github.com/open-mmlab/mim-example). diff --git a/mim/version.py b/mim/version.py index 275595c..8210fab 100644 --- a/mim/version.py +++ b/mim/version.py @@ -1,6 +1,6 @@ # Copyright (c) Open-MMLab. All rights reserved. -__version__ = '0.1.0' +__version__ = '0.1.1' def parse_version_info(version_str):