summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2021-05-19 21:22:42 +0200
committerSiddhant Goel <me@sgoel.dev>2021-05-19 21:22:42 +0200
commitb2e18a3beb2c7f3d2fe7fc44406446677973208f (patch)
tree7bedcf2eb0bb74f2fc794e8cbbe50a0ed5f5a99e
parentcf5ab567a4ba4c2b9eceda8eb9a9ee9763a8f9fa (diff)
deploy: bump versionv0.5.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e8ef168..5a5119a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-ing-diba"
-version = "0.4.1"
+version = "0.5.0"
description = "Beancount Importer for ING-DiBa (DE) CSV exports"
readme = "README.md"
authors = ["Siddhant Goel <me@sgoel.dev>"]