Files
capa/capa/version.py
Moritz 7c4a46b7b4 update to v5.1.0 (#1429)
* update to v5.1.0

---------

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
2023-04-06 12:55:25 +02:00

6 lines
95 B
Python

__version__ = "5.1.0"
def get_major_version():
return int(__version__.partition(".")[0])