Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a3f27bb

Browse files
bump: version 0.0.1 → 0.1.0
1 parent 2654aa4 commit a3f27bb

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.1.0 (2021-12-24)
2+
3+
### Refactor
4+
5+
- update test client imports
6+
- change directory structure
7+
8+
### Feat
9+
10+
- initial commit

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "storage"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Supabase Storage client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>"]
66
homepage = "https://github.com/supabase-community/storage-py"
@@ -29,7 +29,7 @@ commitizen = "^2.20.3"
2929

3030
[tool.commitizen]
3131
name = "cz_conventional_commits"
32-
version = "0.0.1"
32+
version = "0.1.0"
3333
version_files = [
3434
"storage/__init__.py",
3535
"pyproject.toml:version"

0 commit comments

Comments
 (0)