3 lines
83 B
Python
3 lines
83 B
Python
import pkg_resources
|
|
|
|
__version__ = pkg_resources.get_distribution('gita').version
|