Skip to content

Commit 0fce2fd

Browse files
committed
Bump version: 1.4.0 → 1.4.1
1 parent 9cb08bd commit 0fce2fd

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
@@ -139,7 +139,7 @@ $ curl -X GET http://localhost:5000/service-info
139139
"debug": true,
140140
"running-since": 1563355369.6482198,
141141
"serving-model": "model.joblib",
142-
"version-template": "1.4.0"
142+
"version-template": "1.4.1"
143143
}
144144
```
145145

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 = '1.4.0'
28+
version = '1.4.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = '1.4.0'
30+
release = '1.4.1'
3131

3232

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

service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
# Version of this APP template
18-
__version__ = '1.4.0'
18+
__version__ = '1.4.1'
1919
# Read env variables
2020
DEBUG = os.environ.get('DEBUG', True)
2121
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 = 1.4.0
2+
current_version = 1.4.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)