Skip to content

Commit

Permalink
Update: update the version code
Browse files Browse the repository at this point in the history
  • Loading branch information
2017pxy committed Sep 16, 2021
1 parent b7b2995 commit 641536f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recbole/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import print_function
from __future__ import division

__version__ = '0.2.1'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 641536f

Please sign in to comment.