mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
6 lines
95 B
Python
6 lines
95 B
Python
__version__ = "4.0.1"
|
|
|
|
|
|
def get_major_version():
|
|
return int(__version__.partition(".")[0])
|