This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM python:3.6-slim-stretch
55LABEL base.image="python:3.6-slim-stretch"
66LABEL version="1.1"
77LABEL software="TEStribute"
8- LABEL software.version="0.2.0 "
8+ LABEL software.version="0.2.1 "
99LABEL software.description="Flask microservice implementing the TEStribute task distribution logic as an API service."
1010LABEL software.website="https://github.com/elixir-europe/TEStribute"
1111LABEL software.documentation="https://github.com/elixir-europe/TEStribute"
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2018 ELIXIR-Europe
189+ Copyright 2019 ELIXIR-Europe
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def main():
116116 parser .add_argument (
117117 "-v" , "--version" ,
118118 action = 'version' ,
119- version = "%(prog)s 0.2.0 "
119+ version = "%(prog)s 0.2.1 "
120120 )
121121
122122 # Parse arguments
Original file line number Diff line number Diff line change 77 license :
88 name : Apache 2.0
99 url : https://www.apache.org/licenses/LICENSE-2.0
10- version : 0.2.0
10+ version : 0.2.1
1111servers :
1212- url : /
1313paths :
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "TEStribute" ,
18- version = "0.2.0 " ,
18+ version = "0.2.1 " ,
1919 description = "Task distribution for GA4GH TES instances" ,
2020 long_description = long_description ,
2121 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments