Skip to content

Commit

Permalink
add: v0.1.4 and bump pySigma to 0.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFustang committed Aug 14, 2024
1 parent 1bed7ce commit bbd297b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- run: python3 -m pip install --upgrade build && python3 -m build

- name: Upload a Build Artifact
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyYAML==6.0.1
pySigma==0.11.9
pySigma==0.11.10
ruamel.yaml==0.18.1
azure-common==1.1.28
azure-core==1.30.1
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = detect-droid
version = 0.1.3
version = 0.1.4
author = cert-eu/mlc
author_email = [email protected]
description = Detection Rules Optimisation Integration Deployment
Expand All @@ -12,10 +12,10 @@ url = https://github.com/certeu/droid
packages=find:
package_dir =
= src
python_requires = >=3.9
python_requires = >=3.11.8
install_requires =
PyYAML==6.0.1
pySigma==0.11.9
pySigma==0.11.10
ruamel.yaml==0.18.1
azure-common==1.1.28
azure-core==1.30.1
Expand Down

0 comments on commit bbd297b

Please sign in to comment.