Skip to content

Commit e61bdc4

Browse files
committed
incremented dmon to v0.2.5
1 parent 85b8aee commit e61bdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66

77
app = Flask("D-MON")
8-
api = Api(app, version='0.2.4', title='DICE MONitoring API',
8+
api = Api(app, version='0.2.5', title='DICE MONitoring API',
99
description='RESTful API for the DICE Monitoring Platform (D-MON)',
1010
)
1111

1212
backProc = None
1313

1414
#changes the descriptor on the Swagger WUI and appends to api /dmon and then /v1
15-
dmon = api.namespace('dmon', description='D-MON operations')
15+
dmon = api.namespace('dmon', description='D-MON operations')

0 commit comments

Comments
 (0)