diff --git a/src/objprint/__init__.py b/src/objprint/__init__.py index d621872..dc332df 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.3" +__version__ = "0.3.0" from .objprint import ObjPrint