mirror of
https://github.com/mandiant/capa.git
synced 2026-07-02 19:09:53 -07:00
7c4a46b7b4
* 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])
|