File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ name: upload
1111on :
1212 release :
1313 types : [published]
14- push :
15- branches : [ master ]
1614
1715jobs :
1816 build-wheels :
Original file line number Diff line number Diff line change 2323# Also importable from root
2424from .experiment import Experiment
2525
26- __version__ = '1.13.0 '
26+ __version__ = '1.13.1 '
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = '1.13'
2828# The full version, including alpha/beta/rc tags
29- release = '1.13.0 '
29+ release = '1.13.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ def extract_gcc_binaries():
277277
278278setup (
279279 name = "cornac" ,
280- version = "1.13.0 " ,
280+ version = "1.13.1 " ,
281281 description = "A Comparative Framework for Multimodal Recommender Systems" ,
282282 long_description = long_description ,
283283 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments