mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-07-13 23:17:33 -06:00
7 lines
79 B
Python
7 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "3.4.0"
|
|
VERSION = __version__.split(".")
|