From 039e3d0f51099e5c8aa56e665200f90a3c26dd54 Mon Sep 17 00:00:00 2001 From: cusma Date: Tue, 7 Jan 2025 19:38:03 +0100 Subject: [PATCH] chore: update version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f68981d..f67517c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] package-mode = false name = "d-asa" -version = "0.1.0" +version = "0.2.0" description = "Debt Algorand Standard Application" license = "AGPL-3.0" authors = ["cusma "] @@ -9,7 +9,7 @@ maintainers = ["cusma "] readme = ["README.md", "docs/SUMMARY.md"] documentation = "https://cusma.github.io/d-asa/" repository = "https://github.com/cusma/d-asa" -keywords = ["algorand", "debt", "tokenization", "finance"] +keywords = ["algorand", "blockchain", "debt", "finance", "tokenization"] [tool.poetry.dependencies] python = "^3.12"