From 6a888fcae92d0db75bc3d2946ae493a685958dc7 Mon Sep 17 00:00:00 2001 From: Matheus Afonso Martins Moreira Date: Tue, 3 Oct 2023 05:35:27 -0300 Subject: [PATCH] pyproject: bump version to 0.2.0 Now with more features! - Nested tag insertion support - Automatically reifies entire hierarchies - Tag listing support - Prints the nested tag structure - Data insertion support - From standard input or files - Efficient SQLite blob handling - Hashing support - Multithreaded multi-hashing - Added to database as tag values - General improvements to code, interfaces, queries --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f00c700..f8573ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "taggr" -version = "0.1.0" +version = "0.2.0" authors = [ { name="Matheus Afonso Martins Moreira", email="matheus.a.m.moreira@gmail.com" }, ]