From 6d9723b4fba47401090af141c07c101c70380205 Mon Sep 17 00:00:00 2001 From: Edward Xu Date: Wed, 31 Jan 2024 20:55:53 +0100 Subject: [PATCH] Increase version by one patch (#181) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7fde44..992f7c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmdict" -version = "0.1.8" +version = "0.1.9" description = "A command line dictionary toolset." authors = ["zequnyu ", "edxu96 "] license = "GPL-3.0"