Skip to content

Commit 5b6b4c6

Browse files
committed
Version bump
1 parent 913d512 commit 5b6b4c6

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/pr-preview.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ jobs:
4242
# Don't publish whl to test.pypi until it supports metadata 2.4
4343
rm -rf dist/*.whl
4444
45-
- name: Inspect built wheel
46-
run: unzip -p dist/*.whl '*/METADATA' | grep -E '^Name:|^Version:'
47-
4845
- name: Publish to Test PyPI
4946
if: steps.version_check.outputs.exists != 'true'
5047
uses: pypa/[email protected]

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.29"
9+
version = "2.0.30"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.29'
2+
__version__ = '2.0.30'
33

0 commit comments

Comments
 (0)