diff --git a/acacore/__version__.py b/acacore/__version__.py index c11769e..35c154a 100644 --- a/acacore/__version__.py +++ b/acacore/__version__.py @@ -1 +1 @@ -__version__ = "3.0.7" +__version__ = "3.0.8" diff --git a/pyproject.toml b/pyproject.toml index 0b34ce2..89e0115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "acacore" -version = "3.0.7" +version = "3.0.8" description = "" authors = ["Matteo Campinoti "] license = "GPL-3.0"