From 49318bd60f84fcecf9b288431b4612894c5c52ce Mon Sep 17 00:00:00 2001 From: AFThielmann Date: Thu, 22 Aug 2024 20:27:39 +0200 Subject: [PATCH] increase version number --- stream_topic/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_topic/__version__.py b/stream_topic/__version__.py index 7408bb09b6..ba9f224e26 100644 --- a/stream_topic/__version__.py +++ b/stream_topic/__version__.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "0.1.6" +__version__ = "0.1.7"