update internal VERSION property

This commit is contained in:
Mark Riedesel 2025-05-13 12:45:51 -05:00
parent 1302de9df7
commit 9029659f98

View file

@ -3,7 +3,7 @@ try:
except: except:
from typing import Callable # Python 3.10+ from typing import Callable # Python 3.10+
VERSION = (0, 2012, 0) VERSION = (0, 2025, 0)
RECORD_TYPES = [ RECORD_TYPES = [
'SubmitterRecord', 'SubmitterRecord',