Files
context-continuity/venv.old-py38/lib/python3.9/site-packages/trilium_py/version.py
T

7 lines
230 B
Python
Raw Normal View History

"""Version information for trilium-py package.
This module contains a single variable, __version__, which is the version of the package.
This allows for a single source of truth for the package version.
"""
__version__ = '1.3.9'