We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dd663 commit d841dedCopy full SHA for d841ded
.pre-commit-config.yaml
@@ -4,6 +4,6 @@ repos:
4
- id: sync-version
5
name: Sync __version__ with hatch version
6
entry: python .hooks/sync_version.py
7
- language: system
8
- types: [python]
9
- files: ^socketsecurity/__init__.py$
+ language: python
+ always_run: true
+ pass_filenames: false
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
[project]
name = "socketsecurity"
-version = "2.0.25"
+version = "2.0.26"
10
requires-python = ">= 3.10"
11
dependencies = [
12
'requests',
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.25'
+__version__ = '2.0.26'
3
0 commit comments