We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591c58a commit 85e210eCopy full SHA for 85e210e
.github/workflows/release.yml
@@ -18,6 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
with:
20
fetch-depth: 0
21
+ submodules: 'recursive'
22
- name: Install Poetry
23
run: python -m pip install --upgrade pip poetry
24
- name: Build artifacts
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pymispgalaxies"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "Python API for the MISP Galaxies."
5
authors = [
6
{name="Raphaël Vinot", email="raphael.vinot@circl.lu"}
0 commit comments