Skip to content

Commit

Permalink
Merge pull request #1160 from chenyushuo/master
Browse files Browse the repository at this point in the history
UPD: update the version code.
  • Loading branch information
2017pxy authored Feb 25, 2022
2 parents 0e381f9 + e97298a commit e37661a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: recbole
version: 1.0.0
version: 1.0.1

source:
path: ../
Expand Down
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__ = '1.0.0'
__version__ = '1.0.1'
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=
'1.0.0', # please remember to edit recbole/__init__.py in response, once updating the version
'1.0.1', # 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 e37661a

Please sign in to comment.