From e09d435007fdd339232413649a8f7a597b726dbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 14:40:41 -0500 Subject: [PATCH] Release 1.13.1 (#198) --- action.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 73cdd416..135e63a9 100644 --- a/action.yml +++ b/action.yml @@ -91,7 +91,7 @@ inputs: required: false runs: using: docker - image: docker://ghcr.io/juliaregistries/tagbot:1.13.0 + image: docker://ghcr.io/juliaregistries/tagbot:1.13.1 branding: icon: tag color: red diff --git a/pyproject.toml b/pyproject.toml index 520a682e..3e222ad9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tagbot" -version = "1.13.0" +version = "1.13.1" description = "Creates tags, releases, and changelogs for your Julia packages when they're registered" authors = ["Chris de Graaf "] license = "MIT"