Skip to content

Commit

Permalink
Update version.py (#289)
Browse files Browse the repository at this point in the history
* Update version.py

* update readme

Signed-off-by: lizz <[email protected]>
  • Loading branch information
innerlee authored May 6, 2021
1 parent d82d719 commit 3cfdd8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ This project is released under the [Apache 2.0 license](LICENSE).

## Changelog

v0.6.0 was released in 2021-3-31.
v0.7.0 was released in 2021-4-30.

Note that **MMSR** has been merged into this repo, as a part of MMEditing.
With elaborate designs of the new framework and careful implementations,
hope MMEditing could provide better experience.

## Installation

Please refer to [install.md](docs/install.md) for installation.
Expand Down
2 changes: 1 addition & 1 deletion mmedit/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '0.6.0'
__version__ = '0.7.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit 3cfdd8f

Please sign in to comment.