Skip to content

Commit

Permalink
chore: update version in files (0.3.5)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
chizmw authored Oct 9, 2023
1 parent a49f0b0 commit 85bc3a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 0.3.4
current_version = 0.3.5

[bumpversion:file:README.md]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- markdownlint-disable MD013 -->

![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)
![version](https://img.shields.io/badge/version-v0.3.5-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)

<!-- markdownlint-enable MD013 -->

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "botc-json2pdf"
version = "0.3.4"
version = "0.3.5"
description = ""
authors = ["Chisel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 85bc3a9

Please sign in to comment.