From 52623947f1fd270bcc1c98a89bc3219cde958d2c Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sun, 2 Jun 2024 09:30:07 +0800 Subject: [PATCH] 1.3.5 --- src/rlottie_python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rlottie_python/__init__.py b/src/rlottie_python/__init__.py index 9d8af74..c96768b 100755 --- a/src/rlottie_python/__init__.py +++ b/src/rlottie_python/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """rlottie-python""" -__version__ = "1.3.4" +__version__ = "1.3.5" from .rlottie_wrapper import LottieAnimation # type: ignore # noqa: F401