We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7b2995 + 641536f commit 8d78a04Copy full SHA for 8d78a04
recbole/__init__.py
@@ -2,4 +2,4 @@
2
from __future__ import print_function
3
from __future__ import division
4
5
-__version__ = '0.2.1'
+__version__ = '1.0.0'
setup.py
@@ -37,7 +37,7 @@
37
setup(
38
name='recbole',
39
version=
40
- '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
41
description='A unified, comprehensive and efficient recommendation library',
42
long_description=long_description,
43
long_description_content_type="text/markdown",
0 commit comments