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 f8daf30 commit 478d67eCopy full SHA for 478d67e
art/__init__.py
@@ -12,7 +12,7 @@
12
from art import preprocessing
13
14
# Semantic Version
15
-__version__ = "1.8.0"
+__version__ = "1.8.1"
16
17
# pylint: disable=C0103
18
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = "1.8"
29
# The full version, including alpha/beta/rc tags
30
-release = "1.8.0"
+release = "1.8.1"
31
32
33
# -- General configuration ---------------------------------------------------
0 commit comments