Update license in pyproject.toml and bump version

This commit is contained in:
Gabriel Augendre 2022-01-01 22:35:43 +01:00
parent 36c95437a5
commit 6bbc90aabe

View file

@ -1,9 +1,9 @@
[tool.poetry] [tool.poetry]
name = "ofx-processor" name = "ofx-processor"
version = "3.4.0" version = "4.0.0"
description = "Personal ofx processor" description = "Personal ofx processor"
readme = "README.md" readme = "README.md"
license = "GPL-3.0-or-later" license = "Unlicense"
authors = ["Gabriel Augendre <gabriel@augendre.info>"] authors = ["Gabriel Augendre <gabriel@augendre.info>"]
homepage = "https://git.augendre.info/gaugendre/ofx-processor" homepage = "https://git.augendre.info/gaugendre/ofx-processor"
repository = "https://git.augendre.info/gaugendre/ofx-processor" repository = "https://git.augendre.info/gaugendre/ofx-processor"