Skip to content

Commit 2bd72ec

Browse files
Workflow test
1 parent 1862acc commit 2bd72ec

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

Pipfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

inquestlabs.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,12 @@
7979
import sys
8080
import os
8181
import re
82-
from importlib.metadata import version
82+
# from importlib.metadata import version
8383

8484
# extract version from installed package metadata
8585
__application_name__ = "inquestlabs"
86-
__version__ = version(__application_name__)
86+
__version__ = "1.2.1"
87+
# __version__ = version(__application_name__)
8788
__full_version__ = f"{__application_name__} {__version__}"
8889

8990
VALID_CAT = ["ext", "hash", "ioc"]

0 commit comments

Comments
 (0)