diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index eb4902d..173926f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.1.0 + uses: crazy-max/ghaction-github-labeler@v5.0.0 with: skip-delete: true diff --git a/pyproject.toml b/pyproject.toml index c5ba79b..d0ef3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "requestmodel" -version = "0.6.1" +version = "0.7.0" description = "requestmodel" authors = ["Jelmer Draaijer "] license = "MIT"