From fff676c5185881a2f36134285ea106f6f30d8e26 Mon Sep 17 00:00:00 2001 From: chizmw Date: Wed, 30 Aug 2023 13:58:01 +0000 Subject: [PATCH] chore: update version in files (0.3.4) [skip ci] --- .bumpversion.cfg | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 331e4b85..91661f97 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 0.3.3 +current_version = 0.3.4 [bumpversion:file:README.md] diff --git a/README.md b/README.md index 5dd71c59..631c591d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -![version](https://img.shields.io/badge/version-v0.3.3-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf) +![version](https://img.shields.io/badge/version-v0.3.4-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf) diff --git a/pyproject.toml b/pyproject.toml index 3a811065..a0c12ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "botc-json2pdf" -version = "0.3.3" +version = "0.3.4" description = "" authors = ["Chisel "] readme = "README.md"