@ -1,6 +1,6 @@
[tool.poetry]
name = "automatic-diary"
version = "0.1.0"
version = "0.4.0"
description = "Create one timeline from various digital sources discribing your life."
authors = ["Jakub Valenta <jakub@jakubvalenta.cz>"]
license = "GNU General Public License v3 or later (GPLv3+)"
@ -6,7 +6,7 @@ from automatic_diary import __title__
setup(
name='automatic-diary',
version='0.3.0',
version='0.4.0',
description=__title__,
long_description=(Path(__file__).parent / 'README.md').read_text(),
url='https://github.com/jakubvalenta/automatic-diary',