Bump version

This commit is contained in:
Gabriel Augendre 2021-11-20 15:02:46 +01:00
parent 96fbeb257b
commit 19a4803758

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "ofx-processor"
version = "3.0.0"
version = "3.1.0"
description = "Personal ofx processor"
readme = "README.md"
license = "GPL-3.0-or-later"
@ -61,7 +61,7 @@ envlist = py38, py39, py310
[testenv]
whitelist_externals = poetry
commands =
poetry install
poetry install --remove-untracked
poetry run inv test
"""