From 2c7ae14078bf12361e6d8de3be98592fd094a639 Mon Sep 17 00:00:00 2001 From: Bram Mittendorff Date: Thu, 30 Nov 2023 17:18:07 +0100 Subject: [PATCH] Added 0.1.4 Version --- python_gpt_po/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_gpt_po/version.py b/python_gpt_po/version.py index 4f2c539..baf9913 100644 --- a/python_gpt_po/version.py +++ b/python_gpt_po/version.py @@ -19,4 +19,4 @@ using the '--version' argument. """ -__version__ = "0.1.3" +__version__ = "0.1.4"