Skip to content
Snippets Groups Projects
Commit 87e1f261 authored by Lars Bilke's avatar Lars Bilke
Browse files

Bump version.

parent 2d56c517
No related branches found
Tags 1.5.0
No related merge requests found
Pipeline #31181 passed with stages
in 3 minutes and 13 seconds
......@@ -30,8 +30,8 @@ publish:
tags: ['docker-shell']
stage: deploy
rules:
- changes:
- version.py
- if: '$CI_COMMIT_TAG != ""'
script:
- pip install twine
- python setup.py sdist
- twine upload dist/*
from __future__ import absolute_import
__version__ = '1.4.3'
__version__ = '1.5.0'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment