From 6bbc90aabeae7744553cde0a39fa6af9bb02127a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 1 Jan 2022 22:35:43 +0100 Subject: [PATCH] Update license in pyproject.toml and bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb6fa7e..e32f0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] name = "ofx-processor" -version = "3.4.0" +version = "4.0.0" description = "Personal ofx processor" readme = "README.md" -license = "GPL-3.0-or-later" +license = "Unlicense" authors = ["Gabriel Augendre "] homepage = "https://git.augendre.info/gaugendre/ofx-processor" repository = "https://git.augendre.info/gaugendre/ofx-processor"