Bump version and add semver info to readme

This commit is contained in:
Gabriel Augendre 2020-02-29 18:28:19 +01:00
parent bbc60b0e01
commit b8a3519f10
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4
2 changed files with 5 additions and 1 deletions

View file

@ -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.
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/).

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "ofx-processor"
version = "1.0.0"
version = "1.0.1"
description = "Personal ofx processor"
readme = "README.md"
license = "GPL-3.0-or-later"