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