* version 2021.06.01

unlicense
Dominika Liberda 2021-06-01 10:39:37 +02:00 committed by Dominika
parent fa2c96dbf7
commit 5e59a0c68d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
version idk
version 2021.06.01
Core
* merging formats by codecs
* [json_ld] better author extraction

View File

@ -1,6 +1,6 @@
from __future__ import unicode_literals
__version__ = '2021.04.01'
__version__ = '2021.06.01'
if __name__ == '__main__':
print(__version__)