From 2538712340c4d2b62a53ef32fd5f2b2cc972d6ce Mon Sep 17 00:00:00 2001 From: gram Date: Tue, 24 Oct 2023 14:35:24 +0200 Subject: [PATCH] bump version --- mypy_test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy_test/__init__.py b/mypy_test/__init__.py index 926dab8..4d5c134 100644 --- a/mypy_test/__init__.py +++ b/mypy_test/__init__.py @@ -3,5 +3,5 @@ from ._cli import entrypoint, main -__version__ = '0.1.3' +__version__ = '0.1.4' __all__ = ['main', 'entrypoint']