Skip to content

Commit 322fa23

Browse files
fix: revert version bump so dependabot can do it
1 parent 640669e commit 322fa23

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ jobs:
3939
url: https://pypi.org/p/gotrue
4040
permissions:
4141
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
42-
contents: write # needed for dependabot to write to repo
42+
contents: write # needed for github actions bot to write to repo
4343
steps:
4444
- name: Clone Repository
4545
uses: actions/checkout@v3
4646
with:
4747
ref: ${{ github.ref }}
4848
fetch-depth: 0
49-
# This action uses Python Semantic Release v8
5049
- name: Python Semantic Release
5150
id: release
5251
uses: python-semantic-release/[email protected]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "1.0.5"
3+
version = "1.0.4"
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"

supabase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.5"
1+
__version__ = "1.0.4"

0 commit comments

Comments
 (0)