From 7bce72d905fcc37d0ff1339f85a24d8ce4d71694 Mon Sep 17 00:00:00 2001 From: karosis88 Date: Tue, 6 Jun 2023 09:25:03 +0300 Subject: [PATCH] Version 0.0.4 --- aioarp/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aioarp/__about__.py b/aioarp/__about__.py index c708d1e..4fc628b 100644 --- a/aioarp/__about__.py +++ b/aioarp/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present U.N. Owen # # SPDX-License-Identifier: MIT -__version__ = "0.0.3" +__version__ = "0.0.4"