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.16 '
26+ __version__ = '1.17 '
Original file line number Diff line number Diff line change 2424author = 'Preferred.AI'
2525
2626# The short X.Y version
27- version = '1.16 '
27+ version = '1.17 '
2828# The full version, including alpha/beta/rc tags
29- release = '1.16 .0'
29+ release = '1.17 .0'
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ def extract_gcc_binaries():
296296
297297setup (
298298 name = "cornac" ,
299- version = "1.16 .0" ,
299+ version = "1.17 .0" ,
300300 description = "A Comparative Framework for Multimodal Recommender Systems" ,
301301 long_description = long_description ,
302302 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments