проверка версии модуля

на примере pygit2

python3 -c 'import pygit2; print(pygit2.__version__, pygit2.LIBGIT2_VERSION)'

Last updated