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 7521b92 commit cd3efb6Copy full SHA for cd3efb6
3 files changed
.github/workflows/release.yml
@@ -5,6 +5,9 @@ on:
5
types: [published]
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
+
11
jobs:
12
build:
13
name: Build ${{ matrix.os }}
sb2p/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "sb2p"
-version = "0.3.3"
+version = "0.3.4"
authors = [{name = "nichind", email = "nichind@proton.me"}]
description = "Alias for singbox2proxy — pip install sb2p"
readme = "readme.md"
singbox2proxy/__init__.py
@@ -3,7 +3,7 @@
3
from .client import SingBoxClient, default_request_module # noqa: F401
from .parsers import parse_link # noqa: F401
-VERSION = "0.3.3"
+VERSION = "0.3.4"
__all__ = [
"SingBoxCore",
0 commit comments