We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efa102 commit 790463eCopy full SHA for 790463e
setup.py
@@ -20,7 +20,10 @@
20
# Versions should comply with PEP440. For a discussion on single-sourcing
21
# the version across setup.py and the project code, see
22
# https://packaging.python.org/en/latest/single_source_version.html
23
- version='1.0.19',
+ #
24
+ # LAST_TAG is actually a placeholder which will be automatically replaced by
25
+ # the release-alibuild pipeline in jenkins whenever we need a new release.
26
+ version='LAST_TAG',
27
28
description='ALICE Build Tool',
29
long_description=long_description,
0 commit comments