Rivista/version.py
Schimon Jehudah, Adv. 766e51af4c Modularize code;
Add packaging instructions;
Add modules to handle Gemini file type (no Gemini server yet);
Improve handling of configuration.
2024-11-12 15:25:05 +02:00

2 lines
46 B
Python

__version__ = '1.0'
__version_info__ = (1, 0)