Skip to content

Commit

Permalink
Read pypi package version from RELEASE_TAG env
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim.reyder committed Feb 5, 2019
1 parent 97d1c11 commit 29a8449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def get_content(path):


setup(name='k8s-handle',
version='0.3.5',
version=os.environ.get('RELEASE_TAG', '0.0.0'),
long_description=get_content(readme_path),
long_description_content_type='text/markdown',
description='Provisioning tool for Kubernetes apps',
Expand Down

0 comments on commit 29a8449

Please sign in to comment.