* version 2021.06.01

This commit is contained in:
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 Core
* merging formats by codecs * merging formats by codecs
* [json_ld] better author extraction * [json_ld] better author extraction

View file

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