From 8ce05e024ec6768e3e474f9fd69693b369170062 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Thu, 21 Mar 2024 22:24:41 +0800 Subject: [PATCH] v1.3.4 --- 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 eb7c0ab..9d8af74 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.3" +__version__ = "1.3.4" from .rlottie_wrapper import LottieAnimation # type: ignore # noqa: F401