From 0e9965aa50eeacd104f08124527b69e827048da6 Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Sat, 11 May 2024 20:46:18 +0000
Subject: [PATCH] Release 0.1.14

---
 setuptools_gettext/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setuptools_gettext/__init__.py b/setuptools_gettext/__init__.py
index fb158b5..7e604d4 100644
--- a/setuptools_gettext/__init__.py
+++ b/setuptools_gettext/__init__.py
@@ -29,7 +29,7 @@
 from setuptools import Command
 from setuptools.dist import Distribution
 
-__version__ = (0, 1, 13)
+__version__ = (0, 1, 14)
 DEFAULT_SOURCE_DIR = "po"
 DEFAULT_BUILD_DIR = "locale"
 DEFAULT_LANGUAGE = "en"