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