Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
psadi committed Jun 18, 2024
1 parent 9ac97bb commit 35583bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Update dependencies

on:
workflow_dispatch:
#schedule:
# - cron: 0 5 * * *
schedule:
- cron: 0 7 * * 0

jobs:
update-dependencies:
Expand Down
2 changes: 1 addition & 1 deletion bb/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
the utility and pyproject
"""

__version__ = "0.5.9"
__version__ = "0.6.0"

0 comments on commit 35583bf

Please sign in to comment.