Skip to content

Commit

Permalink
v2.0.1 (chore): Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Nov 10, 2024
1 parent 1738d75 commit 9809345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st_supabase_connection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from streamlit.connections import BaseConnection
from supabase import Client, create_client

__version__ = "2.0.0"
__version__ = "2.0.1"


class SupabaseConnection(BaseConnection[Client]):
Expand Down

0 comments on commit 9809345

Please sign in to comment.