Skip to content

Commit

Permalink
Fixed release python version
Browse files Browse the repository at this point in the history
  • Loading branch information
slincoln-systemtwo committed Oct 17, 2024
1 parent 29e8612 commit d07a407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
cache: poetry
- name: Verify versioning
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pySigma-backend-secops"
version = "0.0.1"
version = "0.0.2"
description = "pySigma Google SecOps Backend"
authors = ["Stephen Lincoln <[email protected]>"]
license = "LGPL-3.0-only"
Expand Down

0 comments on commit d07a407

Please sign in to comment.