bump version to v0.1.1 (#42)

* bump version to v0.1.1

* update readme:

* update copyright

* rephrase
This commit is contained in:
Wenwei Zhang 2021-06-13 18:25:16 +08:00 committed by GitHub
parent afdbd7802d
commit c164b65e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View File

@ -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.

View File

@ -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).

View File

@ -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):