From a7f3efc4a61895327b86c2a57297011a1f45da29 Mon Sep 17 00:00:00 2001 From: aliciaaevans Date: Tue, 19 Nov 2024 10:59:59 -0500 Subject: [PATCH] increment bot versions --- .github/workflows/bot.yaml | 2 +- images/bot/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bot.yaml b/.github/workflows/bot.yaml index 89ae3bf..257c299 100644 --- a/.github/workflows/bot.yaml +++ b/.github/workflows/bot.yaml @@ -30,7 +30,7 @@ jobs: options: --privileged env: IMAGE_NAME: bot - IMAGE_VERSION: '1.4.0' + IMAGE_VERSION: '1.4.1' steps: - uses: actions/checkout@v4 diff --git a/images/bot/setup.cfg b/images/bot/setup.cfg index 3b6fde4..2abb8c6 100644 --- a/images/bot/setup.cfg +++ b/images/bot/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bioconda-bot -version = 0.0.5 +version = 0.0.6 [options] python_requires = >=3.8