Skip to content

Commit

Permalink
Add powered by
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Feb 4, 2022
1 parent c53d110 commit 8443934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openstats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Discover and share your OpenSource KPIs"""

__version__ = "0.1.4"
__version__ = "0.1.5"
5 changes: 5 additions & 0 deletions openstats/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,8 @@ def sidebar(self):
self.profile_component()
st.markdown("---")
self.clear_cache_button()

st.write("\n\n")
st.markdown(
"Powered by [OpenStats](https://github.com/pmbrull/open-stats) 🚀"
)

0 comments on commit 8443934

Please sign in to comment.