Skip to content

Commit 8d78a04

Browse files
authored
Merge pull request #968 from 2017pxy/master
Update: update the version code
2 parents b7b2995 + 641536f commit 8d78a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recbole/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from __future__ import print_function
33
from __future__ import division
44

5-
__version__ = '0.2.1'
5+
__version__ = '1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
setup(
3838
name='recbole',
3939
version=
40-
'0.2.1', # please remember to edit recbole/__init__.py in response, once updating the version
40+
'1.0.0', # please remember to edit recbole/__init__.py in response, once updating the version
4141
description='A unified, comprehensive and efficient recommendation library',
4242
long_description=long_description,
4343
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)