forked from Mirrors/humblebundle-downloader
CI update to tag version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.0.1'
|
||||
__version__ = '0.0.2'
|
||||
|
||||
Reference in New Issue
Block a user