diff --git a/esak/__init__.py b/esak/__init__.py index 23da5b9..4f2dae6 100644 --- a/esak/__init__.py +++ b/esak/__init__.py @@ -1,5 +1,5 @@ """Project entry file.""" -__version__ = "1.3.1" +__version__ = "1.3.2" from typing import Optional diff --git a/pyproject.toml b/pyproject.toml index c510aa7..4a54cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "esak" -version = "1.3.1" +version = "1.3.2" description = "Python wrapper for the Marvel API." authors = ["Brian Pepple "] license = "MIT"