Skip to content

Commit

Permalink
Bump version to 1.0.0 (#521)
Browse files Browse the repository at this point in the history
* update release time

* bump version to 1.0.0
  • Loading branch information
humu789 committed Apr 24, 2023
1 parent d4764e7 commit d9c5bc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/notes/changelog.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion mmrazor/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved

__version__ = '1.0.0rc2'
__version__ = '1.0.0'


def parse_version_info(version_str):
Expand Down

0 comments on commit d9c5bc8

Please sign in to comment.