From ed0f1b389e71eeeb47d70c4e9b63da4a65418fa9 Mon Sep 17 00:00:00 2001 From: gaogaotiantian Date: Mon, 14 Mar 2022 21:26:53 -0700 Subject: [PATCH] Ready for 0.2.1 --- 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 6641f71..0af21ef 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.2.0" +__version__ = "0.2.1" from .objprint import ObjPrint