Skip to content

Commit 9809345

Browse files
v2.0.1 (chore): Bumped version
1 parent 1738d75 commit 9809345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/st_supabase_connection/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from streamlit.connections import BaseConnection
1717
from supabase import Client, create_client
1818

19-
__version__ = "2.0.0"
19+
__version__ = "2.0.1"
2020

2121

2222
class SupabaseConnection(BaseConnection[Client]):

0 commit comments

Comments
 (0)