From e38edfd484282ff15d8feba5e9fdf83f76c58657 Mon Sep 17 00:00:00 2001 From: Alvaro del Castillo Date: Thu, 25 Jun 2020 08:10:10 +0200 Subject: [PATCH] Release v0.50.0 --- mcthings/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcthings/_version.py b/mcthings/_version.py index d16b13e..b07bfe2 100644 --- a/mcthings/_version.py +++ b/mcthings/_version.py @@ -1,3 +1,3 @@ # Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440 # Following semver: https://semver.org/ -__version__ = "0.49.6" +__version__ = "0.50.0"