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 5de2299 commit bb7c177Copy full SHA for bb7c177
art/__init__.py
@@ -11,7 +11,7 @@
11
from art import wrappers
12
13
# Semantic Version
14
-__version__ = "1.4.0"
+__version__ = "1.4.1"
15
16
# pylint: disable=C0103
17
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '1.4'
28
# The full version, including alpha/beta/rc tags
29
-release = '1.4.0'
+release = '1.4.1'
30
31
32
# -- General configuration ---------------------------------------------------
0 commit comments