From b8a3519f10916f3f680da7a4a1e8042661200444 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 29 Feb 2020 18:28:19 +0100 Subject: [PATCH] Bump version and add semver info to readme --- README.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"