Files
aletheia/backend/venv/lib/python3.12/site-packages/ecdsa/_version.py
bigtux 20a26affaa 📚 Documentação inicial do ALETHEIA
- MANUAL-PRODUTO.md: Manual do usuário final
- MANUAL-VENDAS.md: Estratégia comercial e vendas
- MANUAL-TECNICO.md: Infraestrutura e deploy
- README.md: Visão geral do projeto
2026-02-10 15:08:15 -03:00

22 lines
498 B
Python

# This file was generated by 'versioneer.py' (0.21) from
# revision-control system data, or from the parent directory name of an
# unpacked source archive. Distribution tarballs contain a pre-generated copy
# of this file.
import json
version_json = '''
{
"date": "2025-03-13T12:48:15+0100",
"dirty": false,
"error": null,
"full-revisionid": "2a6593d840ad153a16ebdd4f9b772b290494f3e3",
"version": "0.19.1"
}
''' # END VERSION_JSON
def get_versions():
return json.loads(version_json)