From 42da635033b7834e63daf412758f8f4909414415 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Sun, 22 Oct 2023 14:29:31 +0300 Subject: [PATCH] Bump v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e185ab8..64754bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "warcdb" -version = "0.1.0" +version = "0.2.0" description = "WarcDB: Web crawl data as SQLite databases" authors = ["Florents Tselai "] readme = "README.md"