From a7d983b6835b32cc25bcc505493d46d7dc052f9a Mon Sep 17 00:00:00 2001 From: Christopher Fore Date: Sun, 28 Jan 2024 11:03:14 -0500 Subject: [PATCH] Update ebuild --- gentodo-0.2.0.ebuild => gentodo-0.2.1.ebuild | 0 src/gentodo/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename gentodo-0.2.0.ebuild => gentodo-0.2.1.ebuild (100%) diff --git a/gentodo-0.2.0.ebuild b/gentodo-0.2.1.ebuild similarity index 100% rename from gentodo-0.2.0.ebuild rename to gentodo-0.2.1.ebuild diff --git a/src/gentodo/__init__.py b/src/gentodo/__init__.py index 6300cda..061b6b5 100644 --- a/src/gentodo/__init__.py +++ b/src/gentodo/__init__.py @@ -1,2 +1,2 @@ '''__init__.py''' -__version__ = "0.2.0" +__version__ = "0.2.1"