From 52a8829a41be22066dbdb3ff612e80a1c9df9fda Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 19 Jul 2023 10:58:41 +0200 Subject: [PATCH] Prepare for 0.2.1 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29284b0..279f389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lumicks-doltcli" -version = "0.2.0" +version = "0.2.1" packages = [{ include = "doltcli" }] description = "Slim Python interface for Dolt's CLI API." readme = "README.md"