summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2021-05-08 07:56:52 +0200
committerSiddhant Goel <me@sgoel.dev>2021-05-08 07:58:25 +0200
commitbd3708df736b2d63433f9c8cf30897877e3afa1d (patch)
tree460953af5a636597d47e7cf1bd7fbcdd15431ee7
parent266cd9ef982aba679b35b442635cc7c6aa7b2bd5 (diff)
deploy: bump versionv0.4.1
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5c729e6..e8ef168 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-ing-diba"
-version = "0.4.0"
+version = "0.4.1"
description = "Beancount Importer for ING-DiBa (DE) CSV exports"
readme = "README.md"
authors = ["Siddhant Goel <me@sgoel.dev>"]