Skip to content

Commit

Permalink
add version to package
Browse files Browse the repository at this point in the history
  • Loading branch information
fedden committed Feb 6, 2021
1 parent b1417b7 commit 30b486a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions supabase_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from .lib import *
from .client import Client
from lib import supabase_auth_client, supabase_query_builder, supabase_realtime_client
from client import Client


__VERSION__ = "0.0.1"

0 comments on commit 30b486a

Please sign in to comment.