summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.dev>2022-04-10 13:06:54 +0200
committerSiddhant Goel <me@sgoel.dev>2022-04-10 13:06:54 +0200
commit2c4529f36c28aaf25bdf231f472f46bb6e5bf2aa (patch)
treea8c13f9dac31eba9841a37d9039a395004dcc9be
parentb2c66709a5acceacd18dc4a72ba9f4563992d47b (diff)
deploy: bump versionv0.6.0stable
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dccf68d..b53d2b8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-ing"
-version = "0.5.0"
+version = "0.6.0"
description = "Beancount Importer for ING (DE) CSV exports"
readme = "README.md"
authors = ["Siddhant Goel <me@sgoel.dev>"]