We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88639a6 commit 1eb2089Copy full SHA for 1eb2089
art/__init__.py
@@ -11,7 +11,7 @@
11
from art import wrappers
12
13
# Semantic Version
14
-__version__ = "1.6.1"
+__version__ = "1.6.2"
15
16
# pylint: disable=C0103
17
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '1.6'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.6.1'
+release = '1.6.2'
30
31
32
# -- General configuration ---------------------------------------------------
0 commit comments