forked from jrieke/streamlit-analytics
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
increment version to 1.0.0.a1 (alpha version) and set warning
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters