Unverified Commit cc70cf8e authored by Kai Chen's avatar Kai Chen Committed by GitHub
Browse files

bump version to 1.0.0 (#402)

parent da7a4279
# Copyright (c) Open-MMLab. All rights reserved. # Copyright (c) Open-MMLab. All rights reserved.
__version__ = '1.0rc2' __version__ = '1.0.0'
...@@ -36,12 +36,6 @@ def choose_requirement(primary, secondary): ...@@ -36,12 +36,6 @@ def choose_requirement(primary, secondary):
return str(primary) return str(primary)
def readme():
with open('README.md', encoding='utf-8') as f:
content = f.read()
return content
def get_version(): def get_version():
version_file = 'mmcv/version.py' version_file = 'mmcv/version.py'
with open(version_file, 'r', encoding='utf-8') as f: with open(version_file, 'r', encoding='utf-8') as f:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment