We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fae894 commit d98653cCopy full SHA for d98653c
services/notifications/VERSION
@@ -1 +1 @@
1
-0.0.3
+0.0.1
services/notifications/openapi.json
@@ -3,7 +3,7 @@
3
"info": {
4
"title": "simcore-service-notifications",
5
"description": "Service for executing commands on docker nodes",
6
- "version": "0.0.3"
+ "version": "0.0.1"
7
},
8
"servers": [
9
{
services/notifications/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
2
-current_version = 0.0.3
+current_version = 1
commit = True
message = services/notifications version: {current_version} → {new_version}
tag = False
0 commit comments