mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +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"""
|
"""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