From 425f1ece7cc6ea8fd25153bd5507386eeec00fb2 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Tue, 1 Feb 2022 01:40:36 -0500 Subject: [PATCH] Release v0.0.4 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index a25c9c7..38b6006 100644 --- a/build.py +++ b/build.py @@ -28,7 +28,7 @@ use_plugin("filter_resources") name = "wheel_axle" -version = "0.0.4.dev" +version = "0.0.4" summary = "Axle is Python wheel enhancement library" authors = [Author("Karellen, Inc.", "supervisor@karellen.co")]