Skip to content

Commit

Permalink
0.47.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 29, 2024
1 parent d9f27f5 commit 0e5b1d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.47.2 (2024-03-29)

### Fix

* Missed a file in previous commit ([`d9f27f5`](https://github.com/mcbeet/bolt/commit/d9f27f53bb7358cb59b9a37dc59e242efa550eeb))

## v0.47.1 (2024-03-29)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion bolt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.47.1"
__version__ = "0.47.2"


from .ast import *
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 = "bolt"
version = "0.47.1"
version = "0.47.2"
description = "Supercharge Minecraft commands with Python"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0e5b1d4

Please sign in to comment.