File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323# Also importable from root
2424from .experiment import Experiment
2525
26- __version__ = '1.15.1 '
26+ __version__ = '1.15.2 '
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = '1.15'
2828# The full version, including alpha/beta/rc tags
29- release = '1.15.1 '
29+ release = '1.15.2 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ def extract_gcc_binaries():
288288
289289setup (
290290 name = "cornac" ,
291- version = "1.15.1 " ,
291+ version = "1.15.2 " ,
292292 description = "A Comparative Framework for Multimodal Recommender Systems" ,
293293 long_description = long_description ,
294294 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments