diff --git a/lib/setup.py b/lib/setup.py index e5d8c431d081..f9caced83105 100644 --- a/lib/setup.py +++ b/lib/setup.py @@ -21,7 +21,7 @@ THIS_DIRECTORY = Path(__file__).parent -VERSION = "1.25.0.dev2" # PEP-440 +VERSION = "1.25.0.dev1" # PEP-440 NAME = "streamlit"