From efce6a9bd055467fcbadfa0b7366f5c6c3ee9f0c Mon Sep 17 00:00:00 2001 From: Dmitry Romanov Date: Tue, 17 Sep 2024 00:19:17 -0400 Subject: [PATCH] [py] Pyrobird version change --- pyrobird/src/pyrobird/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrobird/src/pyrobird/__about__.py b/pyrobird/src/pyrobird/__about__.py index 2d16a56..9c5d30f 100644 --- a/pyrobird/src/pyrobird/__about__.py +++ b/pyrobird/src/pyrobird/__about__.py @@ -2,4 +2,4 @@ # This file is part of Firebird Event Display and is licensed under the LGPLv3. # See the LICENSE file in the project root for full license information. -__version__ = "0.1.7" +__version__ = "0.1.8"