From 1c76f2cef0d4652e4c8ebede2f66f66797a2bf70 Mon Sep 17 00:00:00 2001 From: gaogaotiantian Date: Mon, 10 May 2021 14:33:38 -0700 Subject: [PATCH] Ready for 0.0.4 --- src/objprint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objprint/__init__.py b/src/objprint/__init__.py index 49ad274..f933fa4 100644 --- a/src/objprint/__init__.py +++ b/src/objprint/__init__.py @@ -1,7 +1,7 @@ # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://github.com/gaogaotiantian/objprint/blob/master/NOTICE.txt -__version__ = "0.0.3" +__version__ = "0.0.4" from .objprint import ObjPrint