From 35583bf785bdd31a017a1ab1cac72446a922f8ce Mon Sep 17 00:00:00 2001 From: psadi Date: Tue, 18 Jun 2024 16:45:53 +0530 Subject: [PATCH] chore: version bump --- .github/workflows/update-deps.yaml | 4 ++-- bb/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-deps.yaml b/.github/workflows/update-deps.yaml index 33c0f20..222508d 100644 --- a/.github/workflows/update-deps.yaml +++ b/.github/workflows/update-deps.yaml @@ -2,8 +2,8 @@ name: Update dependencies on: workflow_dispatch: - #schedule: - # - cron: 0 5 * * * + schedule: + - cron: 0 7 * * 0 jobs: update-dependencies: diff --git a/bb/__version__.py b/bb/__version__.py index 0b153c7..bc92c39 100755 --- a/bb/__version__.py +++ b/bb/__version__.py @@ -5,4 +5,4 @@ the utility and pyproject """ -__version__ = "0.5.9" +__version__ = "0.6.0"