Skip to content

Commit 8afa645

Browse files
authored
Merge pull request #38 from grycap/devel
Devel
2 parents 38b2a19 + 953d87d commit 8afa645

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

awm/test/test_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ def test_get_tool(client, check_oidc_mock, backend_type, repo_mock, requests_get
236236
"sha": "version",
237237
"content": base64.b64encode(
238238
blueprint.encode()
239-
).decode()
240-
}))
239+
).decode()
240+
}))
241241
seed_tools([resp])
242242

243243
else: # rc

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@type": "SoftwareSourceCode",
77
"identifier": "awm",
88
"name": "AWM",
9-
"version": "0.3.0",
9+
"version": "0.4.0",
1010
"description": "Implements EOSC Application Workflow Management API.",
1111
"license": "Apache license 2.0",
1212
"author": [

0 commit comments

Comments
 (0)