mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-23 05:54:22 +00:00
fix(release): derive package version from metadata
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"""LangBot - Production-grade platform for building agentic IM bots"""
|
||||
|
||||
__version__ = '4.10.2'
|
||||
from importlib.metadata import version
|
||||
|
||||
__version__ = version('langbot')
|
||||
|
||||
Reference in New Issue
Block a user