File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424author = 'Cornac Contributors'
2525
2626# The short X.Y version
27- version = '0.1 '
27+ version = '0.2 '
2828# The full version, including alpha/beta/rc tags
29- release = '0.1.0.post5 '
29+ release = '0.2.0 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def extract_gcc_binaries():
135135
136136setup (
137137 name = 'cornac' ,
138- version = '0.1.0.post5 ' ,
138+ version = '0.2.0 ' ,
139139 author = 'Aghiles Salah' ,
140140 author_email = 'asalah@smu.edu.sg' ,
141141 description = 'A collection of recommendation algorithms and comparisons' ,
@@ -158,7 +158,7 @@ def extract_gcc_binaries():
158158 cmdclass = cmdclass ,
159159 packages = find_packages (),
160160 classifiers = (
161- 'Development Status :: 3 - Alpha ' ,
161+ 'Development Status :: 4 - Beta ' ,
162162 'Intended Audience :: Science/Research' ,
163163 'Intended Audience :: Education' ,
164164 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments