diff --git a/.github/workflows/pull_request_style_check.yml b/.github/workflows/pull_request_style_check.yml index 2649d4a..002a44f 100644 --- a/.github/workflows/pull_request_style_check.yml +++ b/.github/workflows/pull_request_style_check.yml @@ -20,5 +20,5 @@ jobs: steps: - uses: danielchabr/pr-labels-checker@v3.3 with: - hasSome: bug, documentation, enhancement + hasSome: bug, documentation, enhancement, skip-changelog githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 2304681..912d75d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybandits" -version = "0.4.1" +version = "0.5.0" description = "Python Multi-Armed Bandit Library" authors = [ "Dario d'Andrea ",