Skip to content

Commit cd3efb6

Browse files
committed
fix: release binary write, bump version to 0.3.4
1 parent 7521b92 commit cd3efb6

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types: [published]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
name: Build ${{ matrix.os }}

sb2p/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sb2p"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
authors = [{name = "nichind", email = "nichind@proton.me"}]
99
description = "Alias for singbox2proxy — pip install sb2p"
1010
readme = "readme.md"

singbox2proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .client import SingBoxClient, default_request_module # noqa: F401
44
from .parsers import parse_link # noqa: F401
55

6-
VERSION = "0.3.3"
6+
VERSION = "0.3.4"
77

88
__all__ = [
99
"SingBoxCore",

0 commit comments

Comments
 (0)