From 85bf23cb43130cfe23a994bc2f35be183df2191d Mon Sep 17 00:00:00 2001 From: Ethan Kinnear <51250849+superatomic@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:37:26 -0500 Subject: [PATCH] Increment version to `1.1.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7477ce..2cadf45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tldr-man" -version = "1.0.3" +version = "1.1.0" description = "Command-line TLDR client that displays tldr-pages as manpages" license = 'Apache-2.0' readme = "README.md"