Skip to content

Commit d841ded

Browse files
committed
version bumped
1 parent 50dd663 commit d841ded

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ repos:
44
- id: sync-version
55
name: Sync __version__ with hatch version
66
entry: python .hooks/sync_version.py
7-
language: system
8-
types: [python]
9-
files: ^socketsecurity/__init__.py$
7+
language: python
8+
always_run: true
9+
pass_filenames: false

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.25"
9+
version = "2.0.26"
1010
requires-python = ">= 3.10"
1111
dependencies = [
1212
'requests',

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.25'
2+
__version__ = '2.0.26'
33

0 commit comments

Comments
 (0)