Skip to content

Commit 777d0c5

Browse files
committed
Bump version: 2.1.0 → 2.2.0
1 parent 5aaa3f3 commit 777d0c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ $ curl -X GET http://localhost:5000/service-info
129129
"running-since": 1563355369.6482198,
130130
"serving-model-name": "model.joblib",
131131
"serving-model-type": "SKLEARN_MODEL",
132-
"version-template": "2.1.0"
132+
"version-template": "2.2.0"
133133
}
134134
```
135135

docsrc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = 'lopezco'
2626

2727
# The short X.Y version
28-
version = '2.1.0'
28+
version = '2.2.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = '2.1.0'
30+
release = '2.2.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from src.factory import ModelFactory
1414

1515
# Version of this APP template
16-
__version__ = '2.1.0'
16+
__version__ = '2.2.0'
1717
# Read env variables
1818
DEBUG = os.environ.get('DEBUG', False)
1919
MODEL_NAME = os.environ.get('MODEL_NAME', 'model.joblib')

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.0
2+
current_version = 2.2.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)