diff --git a/art/__init__.py b/art/__init__.py index 9dc472161d..9bf17ebf10 100644 --- a/art/__init__.py +++ b/art/__init__.py @@ -11,7 +11,7 @@ from art import wrappers # Semantic Version -__version__ = "1.3.1" +__version__ = "1.3.2" # pylint: disable=C0103 diff --git a/docs/conf.py b/docs/conf.py index 98bede9fef..74a05c26ae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.3' # The full version, including alpha/beta/rc tags -release = '1.3.1' +release = '1.3.2' # -- General configuration ---------------------------------------------------