diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml new file mode 100644 index 0000000..d77d3a0 --- /dev/null +++ b/.github/workflows/TagBot.yml @@ -0,0 +1,11 @@ +name: TagBot +on: + schedule: + - cron: 0 * * * * +jobs: + TagBot: + runs-on: ubuntu-latest + steps: + - uses: JuliaRegistries/TagBot@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/Project.toml b/Project.toml index 760b551..fa1ed6c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioMedQuery" uuid = "e96904bf-1073-5077-9b57-b0ce0ff5555a" author = ["Brown Center for Biomedical Informatics"] -version = "0.6.5" +version = "0.6.6" [deps] BioServices = "a0d4ced5-b29c-5395-b614-ca030a679c4b"