mirror of
https://github.com/mandiant/capa.git
synced 2026-01-02 07:50:24 -08:00
* update to v5.1.0 --------- Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
6 lines
95 B
Python
6 lines
95 B
Python
__version__ = "5.1.0"
|
|
|
|
|
|
def get_major_version():
|
|
return int(__version__.partition(".")[0])
|