From 8da6b85f2539a1a2d7aa03ec399ea3ecff0b2054 Mon Sep 17 00:00:00 2001 From: laggykiller <61652821+laggykiller@users.noreply.github.com> Date: Sat, 11 Feb 2023 18:10:24 +0800 Subject: [PATCH] Update __init__.py --- rlottie_python/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rlottie_python/__init__.py b/rlottie_python/__init__.py index 573acfd..d4f2e8c 100644 --- a/rlottie_python/__init__.py +++ b/rlottie_python/__init__.py @@ -1,4 +1,4 @@ '''rlottie-python''' -__version__ = '1.0.1' +__version__ = '1.0.2' -from .rlottie_wrapper import LottieAnimation \ No newline at end of file +from .rlottie_wrapper import LottieAnimation