Skip to content

Commit d98653c

Browse files
author
Andrei Neagu
committed
verison changes
1 parent 5fae894 commit d98653c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/notifications/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.1

services/notifications/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "simcore-service-notifications",
55
"description": "Service for executing commands on docker nodes",
6-
"version": "0.0.3"
6+
"version": "0.0.1"
77
},
88
"servers": [
99
{

services/notifications/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 = 0.0.3
2+
current_version = 1
33
commit = True
44
message = services/notifications version: {current_version} → {new_version}
55
tag = False

0 commit comments

Comments
 (0)