summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddhant Goel <me@sgoel.org>2019-07-08 17:59:09 -0400
committerSiddhant Goel <me@sgoel.org>2019-07-08 17:59:09 -0400
commitbb7b9fe9e3a8496a6d8c2c6415083394346c7913 (patch)
tree63e30d3f5591671130ba8a0a6cc26482143ebe94
parent6735b153499e3f712868626b61b395fc0774ddfc (diff)
bump versionv0.2.0
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 76d1c42..dbf75d0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-ing-diba"
-version = "0.1.2"
+version = "0.2.0"
description = "Beancount Importer for ING-DiBa (DE) CSV exports"
authors = ["Siddhant Goel <me@sgoel.org>"]
license = "MIT"
@@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3 :: Only",
]
repository = "https://github.com/siddhantgoel/beancount-ing-diba"
keywords = ["beancount", "cli-accounting", "finance"]