update internal VERSION property
This commit is contained in:
parent
1302de9df7
commit
9029659f98
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue