Skip to content

Commit ba79875

Browse files
author
Joel Lee
committed
chore: bump version to 0.1.1
1 parent 6a56538 commit ba79875

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"]
66
homepage = "https://github.com/supabase-community/supabase-py"
@@ -32,7 +32,7 @@ commitizen = "^2.20.3"
3232

3333
[tool.commitizen]
3434
name = "cz_conventional_commits"
35-
version = "0.1.0"
35+
version = "0.1.1"
3636
version_files = [
3737
"supabase/__init__.py",
3838
"pyproject.toml:version"

Diff for: supabase/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from supabase import client, lib
44
from supabase.client import Client, create_client

0 commit comments

Comments
 (0)