From 13b6548b52f6b6b9614397c5119d73f099a1e6f8 Mon Sep 17 00:00:00 2001 From: hit9 Date: Mon, 1 Feb 2021 22:41:04 +0800 Subject: [PATCH] 0.4.1: Minor fix command line typo --- compiler/bitproto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/bitproto/__init__.py b/compiler/bitproto/__init__.py index 6cdba23..9937375 100644 --- a/compiler/bitproto/__init__.py +++ b/compiler/bitproto/__init__.py @@ -8,5 +8,5 @@ """ -__version__ = "0.4.0" +__version__ = "0.4.1" __description__ = "bit level data interchange format."