File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = '0.2'
2828# The full version, including alpha/beta/rc tags
29- release = '0.2.0 '
29+ release = '0.2.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def extract_gcc_binaries():
139139
140140setup (
141141 name = 'cornac' ,
142- version = '0.2.0 ' ,
142+ version = '0.2.1 ' ,
143143 author = 'Aghiles Salah' ,
144144 author_email = 'asalah@smu.edu.sg' ,
145145 description = 'A collection of recommendation algorithms and comparisons' ,
@@ -162,7 +162,7 @@ def extract_gcc_binaries():
162162 cmdclass = cmdclass ,
163163 packages = find_packages (),
164164 classifiers = (
165- 'Development Status :: 4 - Beta ' ,
165+ 'Development Status :: 5 - Production/Stable ' ,
166166 'Intended Audience :: Science/Research' ,
167167 'Intended Audience :: Education' ,
168168 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments