4 lines
98 B
Python
4 lines
98 B
Python
from pkg_resources import get_distribution
|
|
|
|
__version__ = get_distribution("betterproto").version
|