* version 2021.06.01

merge-requests/5/head v2021.06.01
Dominika Liberda 2021-06-01 10:39:37 +02:00
parent 0d8ef28280
commit f34b024e70
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__)