Bump version
This commit is contained in:
parent
96fbeb257b
commit
19a4803758
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue