File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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.7.1 '
26+ __version__ = '1.8.0 '
Original file line number Diff line number Diff line change 2424author = 'Preferred.AI'
2525
2626# The short X.Y version
27- version = '1.7 '
27+ version = '1.8 '
2828# The full version, including alpha/beta/rc tags
29- release = '1.7.1 '
29+ release = '1.8.0 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ def extract_gcc_binaries():
252252
253253setup (
254254 name = "cornac" ,
255- version = "1.7.1 " ,
255+ version = "1.8.0 " ,
256256 description = "A Comparative Framework for Multimodal Recommender Systems" ,
257257 long_description = long_description ,
258258 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments