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