From 6056e99c829947c063c03ba545094b1df10a07f9 Mon Sep 17 00:00:00 2001 From: vict0rsch Date: Fri, 7 Jul 2023 14:32:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20(package):=20Bump=20version=20to?= =?UTF-8?q?=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b927f1a..7aaf92a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ $ gitmopy commit --help $ gitmopy info gitmopy info: - version : 0.4.0 + version : 0.4.1 app path : /Users/victor/.gitmopy history : /Users/victor/.gitmopy/history.json config : /Users/victor/.gitmopy/config.yaml diff --git a/pyproject.toml b/pyproject.toml index 12c4d89..834f499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gitmopy" -version = "0.4.0" +version = "0.4.1" description = "A python command-line for gitmoji" authors = ["vict0rsch "] license = "MIT"