mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-15 16:40:05 +01:00
12 lines
449 B
Python
12 lines
449 B
Python
"""Open Source Architecture Code Analyzer"""
|
|
|
|
name = "osaca"
|
|
__version__ = "0.7.1"
|
|
|
|
# To trigger travis deployment to pypi, do the following:
|
|
# 1. Increment __version___
|
|
# 2. commit to RRZE-HPC/osaca's master branch
|
|
# 3. wait for Github Actions to complete successful (unless already tested)
|
|
# 4. tag commit with 'v{}'.format(__version__) (`git tag vX.Y.Z`)
|
|
# 5. push tag to github (`git push origin vX.Y.Z` or push all tags with `git push --tags`)
|