Skip to content

Commit

Permalink
Updated package Version to 0.5.0 (#57)
Browse files Browse the repository at this point in the history
### Changes
 * Updated package Version to 0.5.0 on pyproject.toml.
  • Loading branch information
shaharbar1 authored Sep 5, 2024
1 parent bba9987 commit 78b98a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
steps:
- uses: danielchabr/[email protected]
with:
hasSome: bug, documentation, enhancement
hasSome: bug, documentation, enhancement, skip-changelog
githubToken: ${{ secrets.GITHUB_TOKEN }}
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 = "pybandits"
version = "0.4.1"
version = "0.5.0"
description = "Python Multi-Armed Bandit Library"
authors = [
"Dario d'Andrea <[email protected]>",
Expand Down

0 comments on commit 78b98a9

Please sign in to comment.