Skip to content

Commit

Permalink
bump version to v1.2.2 (#714)
Browse files Browse the repository at this point in the history
* bump version to 1.2.1

* update installation table in readme

* break new line

* del mmcv upper bound for old installation

* reminder on latest

* bump version to v1.2.2
  • Loading branch information
ycxioooong authored Dec 14, 2020
1 parent 02920db commit e30dc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Open-MMLab. All rights reserved.

__version__ = '1.2.1'
__version__ = '1.2.2'


def parse_version_info(version_str):
Expand Down

0 comments on commit e30dc4f

Please sign in to comment.