Skip to content

Commit 294742c

Browse files
committed
Version bump
1 parent c05bf3c commit 294742c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/pr-preview.yml

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Inject full dynamic version
2727
run: python .hooks/sync_version.py --dev
2828

29+
- name: Clean previous builds
30+
run: rm -rf dist/ build/ *.egg-info
31+
2932
- name: Get Hatch version
3033
id: version
3134
run: |

pyproject.toml

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

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.27"
9+
version = "2.0.28"
1010
requires-python = ">= 3.10"
11+
license = {"file" = "LICENSE"}
1112
dependencies = [
1213
'requests',
1314
'mdutils',

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.27'
2+
__version__ = '2.0.28'
33

0 commit comments

Comments
 (0)