mirror of
https://github.com/countbot-ai/CountBot.git
synced 2026-09-14 20:46:47 +08:00
6 lines
110 B
Python
6 lines
110 B
Python
"""Backend application version definitions."""
|
|
|
|
VERSION = "0.9.0"
|
|
APP_VERSION = VERSION
|
|
__version__ = VERSION
|