Skip to content

Commit

Permalink
Merge pull request #968 from 2017pxy/master
Browse files Browse the repository at this point in the history
Update: update the version code
  • Loading branch information
2017pxy committed Sep 16, 2021
2 parents b7b2995 + 641536f commit 8d78a04
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
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
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 8d78a04

Please sign in to comment.