From 4c9c0cc98eaae74409f667e4a383b74a989c8ca9 Mon Sep 17 00:00:00 2001 From: Justin Simon Date: Mon, 18 Nov 2024 02:16:42 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pymctp/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymctp/__about__.py b/src/pymctp/__about__.py index a8e6008..a2821f1 100644 --- a/src/pymctp/__about__.py +++ b/src/pymctp/__about__.py @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: MIT -__version__ = "0.1.1" +__version__ = "0.1.2"