diff --git a/recbole/__init__.py b/recbole/__init__.py index be2528782..32ca04055 100644 --- a/recbole/__init__.py +++ b/recbole/__init__.py @@ -2,4 +2,4 @@ from __future__ import print_function from __future__ import division -__version__ = '0.2.1' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file diff --git a/setup.py b/setup.py index f99a82b63..c974ac5ec 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name='recbole', version= - '0.2.1', # please remember to edit recbole/__init__.py in response, once updating the version + '1.0.0', # please remember to edit recbole/__init__.py in response, once updating the version description='A unified, comprehensive and efficient recommendation library', long_description=long_description, long_description_content_type="text/markdown",