We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dfb5f commit 307f7c9Copy full SHA for 307f7c9
art/__init__.py
@@ -11,7 +11,7 @@
11
from art import wrappers
12
13
# Semantic Version
14
-__version__ = "1.3.0"
+__version__ = "1.3.1"
15
16
# pylint: disable=C0103
17
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '1.3'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.3.0'
+release = '1.3.1'
30
31
32
# -- General configuration ---------------------------------------------------
0 commit comments