Skip to content

Commit 533b695

Browse files
committed
Version bump
1 parent e10dc13 commit 533b695

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/pr-preview.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
permissions:
1010
id-token: write
1111
contents: read
12+
pull-requests: write
1213
steps:
1314
- uses: actions/checkout@v4
1415
with:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.31"
9+
version = "2.0.32"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.31'
2+
__version__ = '2.0.32'
33

0 commit comments

Comments
 (0)