Bump version and add semver info to readme
This commit is contained in:
parent
bbc60b0e01
commit
b8a3519f10
2 changed files with 5 additions and 1 deletions
|
@ -39,3 +39,7 @@ All transactions will be pushed to YNAB. If this is your first time using the sc
|
||||||
it will open a generated config file for you to fill up.
|
it will open a generated config file for you to fill up.
|
||||||
|
|
||||||
The account and budget UUID are found in the YNAB url when using the web app.
|
The account and budget UUID are found in the YNAB url when using the web app.
|
||||||
|
|
||||||
|
## Versions
|
||||||
|
|
||||||
|
This project follows [Semantic Versioning](https://semver.org/).
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ofx-processor"
|
name = "ofx-processor"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
description = "Personal ofx processor"
|
description = "Personal ofx processor"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue