From: Claromes Date: Sat, 13 May 2023 00:48:15 +0000 (-0300) Subject: version X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=462098ff56fbd454be922c4cd9f99e501b46895e;p=waybacktweets.git version --- diff --git a/README.md b/README.md index 40d3fe6..343adba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Wayback Tweets +# 🏛️ Wayback Tweets + +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/claromes/waybacktweets)](https://github.com/claromes/waybacktweets/releases) Archived tweets on Wayback Machine in a easy way diff --git a/app.py b/app.py index 3809f9d..af7689e 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ import datetime import streamlit as st import streamlit.components.v1 as components -__version__ = '0.0.1' +__version__ = '0.0.2' st.set_page_config( page_title='Wayback Tweets',