CI update to tag version

This commit is contained in:
Eddy Hintze 2020-01-19 09:54:40 -05:00
parent 55c3e442ad
commit e4ace4528c
3 changed files with 3 additions and 3 deletions

View File

@ -33,6 +33,6 @@ tag:
- master
script:
- *write_permission
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version; print(_version.__version__)"))
- export VERSION=$(echo $(python -c "import humblebundle_downloader._version as v; print(v.__version__)"))
- git tag -a $VERSION -m "Version created by gitlab-ci Build"
- git push origin $VERSION

View File

@ -11,7 +11,7 @@ The very first time this runs it may take a while to download everything, but af
- Download new or updated content in your Library
- cli command for easy use
- Progress bar for each download _(with the `--progress` flag)_
- Easy cookie generation so script
- Easy cookie generation script
## Install

View File

@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'