mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
- 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
5 lines
110 B
Python
5 lines
110 B
Python
"""Package version module."""
|
|
# Auto-generated by "make set_version" do not modify
|
|
|
|
__version__ = "0.2.0-rc1"
|