diff --git a/embutils/__init__.py b/embutils/__init__.py index fd0b3c6..1cbba7a 100644 --- a/embutils/__init__.py +++ b/embutils/__init__.py @@ -9,4 +9,4 @@ :license: The MIT License (MIT) """ # ------------------------------------- -__version__ = '0.8.3' +__version__ = '0.8.4' diff --git a/pyproject.toml b/pyproject.toml index fde0aba..5471762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "0.8.3" +version = "0.8.4" name = "embutils" license = "MIT" readme = "README.md"