From 02f12a3d06b644cb6e23c43b3a900d51b3274def Mon Sep 17 00:00:00 2001 From: Christian Wiche Date: Mon, 28 Mar 2022 10:52:18 -0300 Subject: [PATCH] Bump version --- embutils/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embutils/__init__.py b/embutils/__init__.py index 7912e1f..d9c5cb4 100644 --- a/embutils/__init__.py +++ b/embutils/__init__.py @@ -9,4 +9,4 @@ :license: The MIT License (MIT) """ # ------------------------------------- -__version__ = '0.8.0' +__version__ = '0.8.1' diff --git a/pyproject.toml b/pyproject.toml index d5a36fc..8904755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "0.8.0" +version = "0.8.1" name = "embutils" license = "MIT" readme = "README.md"