Skip to content

Commit 30b486a

Browse files
committed
add version to package
1 parent b1417b7 commit 30b486a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: supabase_py/__init__.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
from .lib import *
2-
from .client import Client
1+
from lib import supabase_auth_client, supabase_query_builder, supabase_realtime_client
2+
from client import Client
3+
4+
5+
__VERSION__ = "0.0.1"

0 commit comments

Comments
 (0)