Skip to content

Commit 913d512

Browse files
committed
Version bump
1 parent 294742c commit 913d512

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
if: steps.version_check.outputs.exists != 'true'
4040
run: |
4141
hatch build
42+
# Don't publish whl to test.pypi until it supports metadata 2.4
43+
rm -rf dist/*.whl
4244
4345
- name: Inspect built wheel
4446
run: unzip -p dist/*.whl '*/METADATA' | grep -E '^Name:|^Version:'

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.28"
9+
version = "2.0.29"
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.28'
2+
__version__ = '2.0.29'
33

0 commit comments

Comments
 (0)