From 176fbc19235199c97bba7ce0638011119059c413 Mon Sep 17 00:00:00 2001 From: Zachary Lee Date: Tue, 17 Oct 2023 13:10:31 -0400 Subject: [PATCH] done --- lib/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"