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.10 .0'
26+ __version__ = '1.11 .0'
Original file line number Diff line number Diff line change 2424author = 'Preferred.AI'
2525
2626# The short X.Y version
27- version = '1.10 '
27+ version = '1.11 '
2828# The full version, including alpha/beta/rc tags
29- release = '1.10 .0'
29+ release = '1.11 .0'
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ def extract_gcc_binaries():
269269
270270setup (
271271 name = "cornac" ,
272- version = "1.10 .0" ,
272+ version = "1.11 .0" ,
273273 description = "A Comparative Framework for Multimodal Recommender Systems" ,
274274 long_description = long_description ,
275275 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments