Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit a485e80

Browse files
authored
Merge pull request #51 from elixir-europe/bump_version
version: bump to v0.2.1
2 parents c96eaf1 + cd85357 commit a485e80

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM python:3.6-slim-stretch
55
LABEL base.image="python:3.6-slim-stretch"
66
LABEL version="1.1"
77
LABEL software="TEStribute"
8-
LABEL software.version="0.2.0"
8+
LABEL software.version="0.2.1"
99
LABEL software.description="Flask microservice implementing the TEStribute task distribution logic as an API service."
1010
LABEL software.website="https://github.com/elixir-europe/TEStribute"
1111
LABEL software.documentation="https://github.com/elixir-europe/TEStribute"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

TEStribute/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

TEStribute/specs/schema.TEStribute.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
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
1111
servers:
1212
- url: /
1313
paths:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
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",

0 commit comments

Comments
 (0)