From dd659b00116f562ec60ae8ee11be68f773878cfd Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 27 May 2022 02:05:16 +0000 Subject: [PATCH] 0.5.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ bolt/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2867fe4..65f2d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.5.1 (2022-05-27) +### Fix +* Handle uppercase python imports ([`a5e50e0`](https://github.com/mcbeet/bolt/commit/a5e50e0173b47310db43b6915d31b707b7218c3a)) + ## v0.5.0 (2022-05-06) ### Feature * Iterable/mapping unpacking in json/nbt interpolation ([`32acee0`](https://github.com/mcbeet/bolt/commit/32acee0e8bbf2c831fa48c30595b63ed61f1de40)) diff --git a/bolt/__init__.py b/bolt/__init__.py index 43444a6..597011c 100644 --- a/bolt/__init__.py +++ b/bolt/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" from .ast import * diff --git a/pyproject.toml b/pyproject.toml index 48786de..8f0e0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bolt" -version = "0.5.0" +version = "0.5.1" description = "Supercharge Minecraft commands with Python" authors = ["Valentin Berlier "] license = "MIT"