File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ $ curl -X GET http://localhost:5000/service-info
141141 "running-since": 1563355369.6482198,
142142 "serving-model-name": "model.joblib",
143143 "serving-model-type": "SKLEARN_MODEL",
144- "version-template": "2.0 .0"
144+ "version-template": "2.1 .0"
145145}
146146```
147147
Original file line number Diff line number Diff line change 2525author = 'lopezco'
2626
2727# The short X.Y version
28- version = '2.0 .0'
28+ version = '2.1 .0'
2929# The full version, including alpha/beta/rc tags
30- release = '2.0 .0'
30+ release = '2.1 .0'
3131
3232
3333# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1515from python .factory import ModelFactory
1616
1717# Version of this APP template
18- __version__ = '2.0 .0'
18+ __version__ = '2.1 .0'
1919# Read env variables
2020DEBUG = os .environ .get ('DEBUG' , True )
2121MODEL_NAME = os .environ .get ('MODEL_NAME' , 'model.joblib' )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.0 .0
2+ current_version = 2.1 .0
33commit = True
44tag = True
55
You can’t perform that action at this time.
0 commit comments