From 365a2f727a3baac2bdf384d81ba12731ab8a9de6 Mon Sep 17 00:00:00 2001 From: Fanilo Andrianasolo Date: Wed, 1 Dec 2021 21:35:15 +0100 Subject: [PATCH] Bump to version 0.0.4 --- setup.py | 2 +- streamlit_lottie/frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 13ddd7b..6a05e54 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme() -> str: setuptools.setup( name="streamlit-lottie", - version="0.0.3", + version="0.0.4", author="Fanilo ANDRIANASOLO", author_email="andfanilo@gmail.com", description="A Streamlit custom component to load Lottie animations", diff --git a/streamlit_lottie/frontend/package.json b/streamlit_lottie/frontend/package.json index fbf2888..856a2bb 100644 --- a/streamlit_lottie/frontend/package.json +++ b/streamlit_lottie/frontend/package.json @@ -1,6 +1,6 @@ { "name": "streamlit_component_template", - "version": "0.0.3", + "version": "0.0.4", "private": true, "dependencies": { "@types/node": "^12.0.0",