Files
concrete/concrete/version.py
Arthur Meyre b363db6700 chore(tools): centralize all versions related utils in a single script
- update version to be semver compliant with the new tools
- update make targets and CI workflow to use the new version tool
- update release issue template
2021-10-07 16:49:00 +02:00

5 lines
110 B
Python

"""Package version module."""
# Auto-generated by "make set_version" do not modify
__version__ = "0.2.0-rc1"