Skip to content

Commit

Permalink
version set to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 14, 2022
1 parent 8e31c47 commit 03808e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion g2w/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
...
"""
Expand Down

0 comments on commit 03808e6

Please sign in to comment.