We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d98f4d commit 0dac43cCopy full SHA for 0dac43c
1 file changed
src/rlottie_python/__init__.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python3
2
"""rlottie-python"""
3
4
-__version__ = "1.3.6"
+__version__ = "1.3.7"
5
6
from .rlottie_wrapper import LottieAnimation # type: ignore # noqa: F401
7
from .rlottie_wrapper import LottieAnimationProperty # type: ignore # noqa: F401
0 commit comments