Skip to content

Commit

Permalink
increment version to 1.0.0.a1 (alpha version) and set warning
Browse files Browse the repository at this point in the history
  • Loading branch information
444B committed Jul 6, 2024
1 parent 6235306 commit 03e2157
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "streamlit_analytics2"
version = "0.7.7"
version = "1.0.0a1"
description = "Track & visualize user interactions with your streamlit app."
authors = [{ name = "444B", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion src/streamlit_analytics2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .main import counts, start_tracking, stop_tracking, track # noqa: F401

__version__ = "0.7.7"
__version__ = "1.0.0a1"
2 changes: 2 additions & 0 deletions src/streamlit_analytics2/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def show_results(counts, reset_callback, unsafe_password=None):

# Show header.
st.title("Analytics Dashboard")
#TODO remove this when releasing to main
St.markdown("This is an alpha release and is **not yet ready for production use**. Please report any issues on the [GitHub repo](https://github.com/444B/streamlit-analytics2)")
st.markdown(
"""
Psst! 👀 You found a secret section generated by
Expand Down

0 comments on commit 03e2157

Please sign in to comment.