We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e477bf commit 855f338Copy full SHA for 855f338
.github/workflows/publish.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: "ubuntu-latest"
12
permissions:
13
id-token: write
14
+ contents: write
15
16
steps:
17
- uses: "actions/checkout@v4"
based/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.4.1"
+__version__ = "0.4.2"
2
3
from based.backends import Session
4
from based.database import Database
0 commit comments