Skip to content

Commit

Permalink
Revert "bump: version 0.1.1 → 1.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 8177ab5.
  • Loading branch information
leynier committed Jan 2, 2022
1 parent 8177ab5 commit ee0e9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 61 deletions.
58 changes: 0 additions & 58 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supabase"
version = "1.0.0"
version = "0.1.1"
description = "Supabase client for Python."
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"]
homepage = "https://github.com/supabase-community/supabase-py"
Expand Down Expand Up @@ -32,7 +32,7 @@ commitizen = "^2.20.3"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.0"
version = "0.1.1"
version_files = [
"supabase/__init__.py",
"pyproject.toml:version"
Expand Down
2 changes: 1 addition & 1 deletion supabase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.0"
__version__ = "0.1.1"

from supabase import client, lib
from supabase.client import Client, create_client
Expand Down

0 comments on commit ee0e9fd

Please sign in to comment.