diff --git a/README.md b/README.md index b7a9a68..34f9ca2 100644 --- a/README.md +++ b/README.md @@ -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/). \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index eb41d1d..ee09275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"