From 3a7ce89e67a496b5b07c8fc4630facf1af3b2128 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 5 Sep 2024 13:26:06 -0400 Subject: [PATCH] build: Bump the version so we can release some setup.py updates. We updated setup.py based on the latest version in the cookiecutter and that will impact how the package announces its requirements to include optional dependencies more correctly. --- i18n/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/__init__.py b/i18n/__init__.py index f96414f..5959f72 100644 --- a/i18n/__init__.py +++ b/i18n/__init__.py @@ -7,7 +7,7 @@ from . import config -__version__ = "1.6.2" +__version__ = "1.6.3" class Runner: