From f6a5bc837d36fa9b48b63869ac2f3a6283edf6f7 Mon Sep 17 00:00:00 2001 From: zeyus Date: Tue, 28 Nov 2023 15:34:02 +0100 Subject: [PATCH] Bump version to v0.0.2 --- src/mopipe/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mopipe/__about__.py b/src/mopipe/__about__.py index 37e033e..5d197d6 100644 --- a/src/mopipe/__about__.py +++ b/src/mopipe/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present zeyus # # SPDX-License-Identifier: MIT -__version__ = "0.0.1" +__version__ = "0.0.2"