From bf7681bc669bb15347763e6fa418632165abd8f4 Mon Sep 17 00:00:00 2001 From: staticdev Date: Wed, 17 Nov 2021 19:34:29 +0100 Subject: [PATCH] Bump version patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 517cd3f..6b5a6c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "human-readable" -version = "1.0.1" +version = "1.0.2" description = "Human Readable" authors = ["staticdev "] license = "MIT"