From 03808e607e20cbd5da54cfb249a3aa8938e2884c Mon Sep 17 00:00:00 2001 From: rultor Date: Fri, 14 Jan 2022 05:14:36 +0000 Subject: [PATCH] version set to 0.1.0 --- .github/workflows/master.yml | 2 +- g2w/VERSION | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d539bb9..7bc721e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -131,7 +131,7 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: dgroup/g2w:master,dgroup/g2w:0.0.0,dgroup/g2w:latest + tags: dgroup/g2w:master,dgroup/g2w:0.1.0,dgroup/g2w:latest file: ./Containerfile # @todo #/DEV Pass environment variables & labels like in https://github.com/dgroup/lazylead/blob/master/.docker/Dockerfile#L7-L16 # It seems could be done using 'labels' input https://github.com/docker/build-push-action#inputs diff --git a/g2w/VERSION b/g2w/VERSION index 77d6f4c..6e8bf73 100644 --- a/g2w/VERSION +++ b/g2w/VERSION @@ -1 +1 @@ -0.0.0 +0.1.0 diff --git a/setup.py b/setup.py index 54c0fd5..7c03398 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(*paths, **kwargs): """Read the contents of a text file safely. >>> read("g2w", "VERSION") - '0.0.0' + '0.1.0' >>> read("readme.md") ... """