Skip to content

Commit 855f338

Browse files
committed
...
1 parent 0e477bf commit 855f338

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: "ubuntu-latest"
1212
permissions:
1313
id-token: write
14+
contents: write
1415

1516
steps:
1617
- uses: "actions/checkout@v4"

based/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"
22

33
from based.backends import Session
44
from based.database import Database

0 commit comments

Comments
 (0)