From 2c6d712b7be8a8c4ba7cf09a4b89ff2c1fdffee7 Mon Sep 17 00:00:00 2001 From: Jakub Valenta Date: Sat, 18 Sep 2021 00:11:12 +0200 Subject: [PATCH] Version 0.4.0 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb89fc6..524143e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GNU General Public License v3 or later (GPLv3+)" diff --git a/setup.py b/setup.py index f1a77b7..22a192e 100644 --- a/setup.py +++ b/setup.py @@ -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',