mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
5 lines
64 B
Python
5 lines
64 B
Python
"""
|
|
This module defines the version.
|
|
"""
|
|
|
|
__version__ = "1.1.1"
|