From d9c5bc845cc5fa178dce9a5424830a2aee122f86 Mon Sep 17 00:00:00 2001 From: humu789 <88702197+humu789@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:36:50 +0800 Subject: [PATCH] Bump version to 1.0.0 (#521) * update release time * bump version to 1.0.0 --- README.md | 2 +- docs/en/notes/changelog.md | 2 +- mmrazor/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56676a335..093e3edec 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ About MMRazor's design and implementation, please refer to [tutorials](https://m **The default branch is now `main` and the code on the branch has been upgraded to v1.0.0. The old `master` branch code now exists on the 0.x branch** -MMRazor v1.0.0 was released in 2023-4-18, Major updates from 1.0.0rc2 include: +MMRazor v1.0.0 was released in 2023-4-24, Major updates from 1.0.0rc2 include: 1. MMRazor quantization is released. 2. Add a new pruning algorithm named GroupFisher. diff --git a/docs/en/notes/changelog.md b/docs/en/notes/changelog.md index 2d4dc6b1b..338c9425d 100644 --- a/docs/en/notes/changelog.md +++ b/docs/en/notes/changelog.md @@ -1,6 +1,6 @@ # Changelog of v1.x -## v1.0.0 (18/04/2023) +## v1.0.0 (24/04/2023) We are excited to announce the first official release of MMRazor 1.0. diff --git a/mmrazor/version.py b/mmrazor/version.py index 68cc1a1f1..6a60b40f3 100644 --- a/mmrazor/version.py +++ b/mmrazor/version.py @@ -1,6 +1,6 @@ # Copyright (c) OpenMMLab. All rights reserved -__version__ = '1.0.0rc2' +__version__ = '1.0.0' def parse_version_info(version_str):