From b0ca58f89ff63cedf6e2aaec9290be3fff491bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 6 Sep 2023 00:14:25 +0000 Subject: [PATCH] Release 0.1.9. --- setuptools_protobuf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools_protobuf/__init__.py b/setuptools_protobuf/__init__.py index 81667f0..0b9f3e8 100644 --- a/setuptools_protobuf/__init__.py +++ b/setuptools_protobuf/__init__.py @@ -9,7 +9,7 @@ import distutils.command.build import distutils.command.clean -__version__ = (0, 1, 8) +__version__ = (0, 1, 9) def has_protobuf(command):